Package com.restfb.types.threads
Class TdProfile
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdProfile
- All Implemented Interfaces:
Serializable
Represents the Threads profile
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Instagram user ID.getName()
name of the Threads profileBiography text on Threads profile.URL of the user's profile picture on Threads.Handle or unique username on Threads.void
Instagram user ID.void
name of the Threads profilevoid
setThreadsBiography
(String threadsBiography) Biography text on Threads profile.void
setThreadsProfilePictureUrl
(String threadsProfilePictureUrl) URL of the user's profile picture on Threads.void
setUsername
(String username) Handle or unique username on Threads.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. -
getUsername
Handle or unique username on Threads. This is the same as the username on Instagram. -
setUsername
Handle or unique username on Threads. This is the same as the username on Instagram. -
getName
name of the Threads profile -
setName
name of the Threads profile -
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.
-