Class TdProfile

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdProfile
All Implemented Interfaces:
Serializable

public class TdProfile extends AbstractFacebookType
Represents the Threads profile
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Instagram user ID. This is returned by default.
    • setId

      public void setId(String id)
      Instagram user ID. This is returned by default.
    • getUsername

      public String getUsername()
      Handle or unique username on Threads. This is the same as the username on Instagram.
    • setUsername

      public void setUsername(String username)
      Handle or unique username on Threads. This is the same as the username on Instagram.
    • getName

      public String getName()
      name of the Threads profile
    • setName

      public void setName(String name)
      name of the Threads profile
    • getThreadsProfilePictureUrl

      URL of the user's profile picture on Threads.
    • setThreadsProfilePictureUrl

      public void setThreadsProfilePictureUrl(String threadsProfilePictureUrl)
      URL of the user's profile picture on Threads.
    • getThreadsBiography

      Biography text on Threads profile.
    • setThreadsBiography

      public void setThreadsBiography(String threadsBiography)
      Biography text on Threads profile.