Package com.restfb.types.threads
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TdProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Instagram user ID.String
getName()
name of the Threads profileString
getThreadsBiography()
Biography text on Threads profile.String
getThreadsProfilePictureUrl()
URL of the user's profile picture on Threads.String
getUsername()
Handle or unique username on Threads.void
setId(String id)
Instagram user ID.void
setName(String name)
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 Detail
-
TdProfile
public TdProfile()
-
-
Method Detail
-
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.
-
getThreadsProfilePictureUrl
public String 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
public String getThreadsBiography()
Biography text on Threads profile.
-
setThreadsBiography
public void setThreadsBiography(String threadsBiography)
Biography text on Threads profile.
-
-