Package com.restfb.types.threads
Class TdProfile
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdProfileBase
com.restfb.types.threads.TdProfile
- All Implemented Interfaces:
Serializable
Represents the Threads profile
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Instagram user ID.Returns true if the user is verified on Threads.Biography text on Threads profile.URL of the user's profile picture on Threads.void
Instagram user ID.void
setIsVerified
(Boolean isVerified) Returns true if the user is verified on Threads.void
setThreadsBiography
(String threadsBiography) Biography text on Threads profile.void
setThreadsProfilePictureUrl
(String threadsProfilePictureUrl) URL of the user's profile picture on Threads.Methods inherited from class com.restfb.types.threads.TdProfileBase
getName, getUsername, setName, setUsername
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdProfile
public TdProfile()
-
-
Method Details
-
getId
Instagram user ID. This is returned by default. -
setId
Instagram user ID. This is returned by default. -
getThreadsProfilePictureUrl
URL of the user's profile picture on Threads. -
setThreadsProfilePictureUrl
URL of the user's profile picture on Threads. -
getThreadsBiography
Biography text on Threads profile. -
setThreadsBiography
Biography text on Threads profile. -
getIsVerified
Returns true if the user is verified on Threads. -
setIsVerified
Returns true if the user is verified on Threads.
-