Package com.restfb.types.threads
Class TdPublicProfile
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdProfileBase
com.restfb.types.threads.TdPublicProfile
- All Implemented Interfaces:
Serializable
Represents the Threads public profile.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBiography text on Threads profile.Returns the number of followers on Threads.Returns true if the user is verified on Threads.Returns the number of likes on Threads.URL of the user's profile picture on Threads.Returns the number of quotes on Threads.Returns the number of reposts on Threads.Returns the number of views on Threads.void
setBiography
(String biography) Biography text on Threads profile.void
setFollowerCount
(Integer followerCount) Returns the number of followers on Threads.void
setIsVerified
(Boolean isVerified) Returns true if the user is verified on Threads.void
setLikesCount
(Integer likesCount) Returns the number of likes on Threads.void
setProfilePictureUrl
(String profilePictureUrl) URL of the user's profile picture on Threads.void
setQuotesCount
(Integer quotesCount) Returns the number of quotes on Threads.void
setRepostsCount
(Integer repostsCount) Returns the number of reposts on Threads.void
setViewsCount
(Integer viewsCount) Returns the number of views 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
-
TdPublicProfile
public TdPublicProfile()
-
-
Method Details
-
getProfilePictureUrl
URL of the user's profile picture on Threads. -
setProfilePictureUrl
URL of the user's profile picture on Threads. -
getBiography
Biography text on Threads profile. -
setBiography
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. -
getFollowerCount
Returns the number of followers on Threads. -
setFollowerCount
Returns the number of followers on Threads. -
getLikesCount
Returns the number of likes on Threads. -
setLikesCount
Returns the number of likes on Threads. -
getQuotesCount
Returns the number of quotes on Threads. -
setQuotesCount
Returns the number of quotes on Threads. -
getRepostsCount
Returns the number of reposts on Threads. -
setRepostsCount
Returns the number of reposts on Threads. -
getViewsCount
Returns the number of views on Threads. -
setViewsCount
Returns the number of views on Threads.
-