Package com.restfb.types.threads
Class TdProfileBase
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdProfileBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TdProfile
,TdPublicProfile
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
name of the Threads profileHandle or unique username on Threads.void
name of the Threads profilevoid
setUsername
(String username) Handle or unique username on Threads.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdProfileBase
public TdProfileBase()
-
-
Method Details
-
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
-