Package com.restfb.types.instagram
Class IgUserProfile
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.instagram.IgUserProfile
- All Implemented Interfaces:
Serializable
Respresents the Instagram User Profile object as defined
here
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFollower count of the userA flag indicating whether the business follow the user or notA flag indicating whether the user follow the business or notVerification status of the userURL to the Profile picture.The username for the customer's Instagram accountvoid
setFollowerCount
(Integer followerCount) Follower count of the uservoid
setIsBusinessFollowUser
(Boolean isBusinessFollowUser) A flag indicating whether the business follow the user or notvoid
setIsUserFollowBusiness
(Boolean isUserFollowBusiness) A flag indicating whether the user follow the business or notvoid
setIsVerifiedUser
(Boolean isVerifiedUser) Verification status of the uservoid
setProfilePic
(String profilePic) URL to the Profile picture.void
setUsername
(String username) The username for the customer's Instagram accountMethods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
IgUserProfile
public IgUserProfile()
-
-
Method Details
-
getProfilePic
URL to the Profile picture. The URL will expire in a few days. -
setProfilePic
URL to the Profile picture. The URL will expire in a few days. -
getIsVerifiedUser
Verification status of the user -
setIsVerifiedUser
Verification status of the user -
getFollowerCount
Follower count of the user -
setFollowerCount
Follower count of the user -
getIsUserFollowBusiness
A flag indicating whether the user follow the business or not -
setIsUserFollowBusiness
A flag indicating whether the user follow the business or not -
getIsBusinessFollowUser
A flag indicating whether the business follow the user or not -
setIsBusinessFollowUser
A flag indicating whether the business follow the user or not -
getUsername
The username for the customer's Instagram account -
setUsername
The username for the customer's Instagram account
-