Package com.restfb.types.instagram
Class IgUser
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.instagram.IgUser
-
- All Implemented Interfaces:
Serializable
public class IgUser extends NamedFacebookType
Represents the instagram user type used in the Graph API- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description IgUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
addChild(Insight insight)
boolean
addMedia(IgMedia media)
Deprecated.String
getBiography()
Biography of the userIgUser
getBusinessDiscovery()
Loads business discovery informationLong
getFollowersCount()
Active follower count of the userLong
getFollowsCount()
Active follows count of the userLong
getIgId()
Ig Id of the userList<Insight>
getInsights()
List<IgMedia>
getMedia()
Deprecated.Connection<IgMedia>
getMediaConnection()
Long
getMediaCount()
Filtered media count of the userString
getProfilePictureUrl()
The cdn url to query the raw profile picture of the userString
getUsername()
Username handle of the userString
getWebsite()
Url in the profileboolean
removeChild(Insight insight)
boolean
removeMedia(IgMedia media)
Deprecated.void
setBiography(String biography)
Biography of the uservoid
setBusinessDiscovery(IgUser businessDiscovery)
Loads business discovery informationvoid
setFollowersCount(Long followersCount)
Active follower count of the uservoid
setFollowsCount(Long followsCount)
Active follows count of the uservoid
setIgId(Long igId)
Ig Id of the uservoid
setMediaCount(Long mediaCount)
Filtered media count of the uservoid
setProfilePictureUrl(String profilePictureUrl)
The cdn url to query the raw profile picture of the uservoid
setUsername(String username)
Username handle of the uservoid
setWebsite(String website)
Url in the profile-
Methods 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 Detail
-
IgUser
public IgUser()
-
-
Method Detail
-
getMediaConnection
public Connection<IgMedia> getMediaConnection()
-
getInsights
public List<Insight> getInsights()
-
removeChild
public boolean removeChild(Insight insight)
-
getMedia
@Deprecated public List<IgMedia> getMedia()
Deprecated.
-
addMedia
@Deprecated public boolean addMedia(IgMedia media)
Deprecated.
-
removeMedia
@Deprecated public boolean removeMedia(IgMedia media)
Deprecated.
-
getBiography
public String getBiography()
Biography of the user
-
setBiography
public void setBiography(String biography)
Biography of the user
-
getBusinessDiscovery
public IgUser getBusinessDiscovery()
Loads business discovery information
-
setBusinessDiscovery
public void setBusinessDiscovery(IgUser businessDiscovery)
Loads business discovery information
-
getFollowersCount
public Long getFollowersCount()
Active follower count of the user
-
setFollowersCount
public void setFollowersCount(Long followersCount)
Active follower count of the user
-
getFollowsCount
public Long getFollowsCount()
Active follows count of the user
-
setFollowsCount
public void setFollowsCount(Long followsCount)
Active follows count of the user
-
getMediaCount
public Long getMediaCount()
Filtered media count of the user
-
setMediaCount
public void setMediaCount(Long mediaCount)
Filtered media count of the user
-
getProfilePictureUrl
public String getProfilePictureUrl()
The cdn url to query the raw profile picture of the user
-
setProfilePictureUrl
public void setProfilePictureUrl(String profilePictureUrl)
The cdn url to query the raw profile picture of the user
-
getUsername
public String getUsername()
Username handle of the user
-
setUsername
public void setUsername(String username)
Username handle of the user
-
getWebsite
public String getWebsite()
Url in the profile
-
setWebsite
public void setWebsite(String website)
Url in the profile
-
-