Class InstagramUser

All Implemented Interfaces:
Serializable

public class InstagramUser extends FacebookType
Represents the Instagram User API type.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getFollowCount

      public Long getFollowCount()
      Number of Instagram users that this Instagram user follows
    • setFollowCount

      public void setFollowCount(Long followCount)
      Number of Instagram users that this Instagram user follows
    • getFollowedByCount

      Number of Instagram users that follow this Instagram user
    • setFollowedByCount

      public void setFollowedByCount(Long followedByCount)
      Number of Instagram users that follow this Instagram user
    • getHasProfilePicture

      Indicates whether Instagram Account has a profile picture
    • setHasProfilePicture

      public void setHasProfilePicture(Boolean hasProfilePicture)
      Indicates whether Instagram Account has a profile picture
    • getIsPrivate

      Whether the Instagram user is private
    • setIsPrivate

      public void setIsPrivate(Boolean isPrivate)
      Whether the Instagram user is private
    • getIsPublished

      Whether the Instagram user is published
    • setIsPublished

      public void setIsPublished(Boolean isPublished)
      Whether the Instagram user is published
    • getMediaCount

      public Long getMediaCount()
      Number of active media posted by this Instagram user
    • setMediaCount

      public void setMediaCount(Long mediaCount)
      Number of active media posted by this Instagram user
    • getProfilePic

      URI to user's Instagram profile picture
    • setProfilePic

      public void setProfilePic(String profilePic)
      URI to user's Instagram profile picture
    • getUsername

      public String getUsername()
      Instagram username
    • setUsername

      public void setUsername(String username)
      Instagram username