Class Person


  • public class Person
    extends ApiEntity
    Model class representing a full Google profile
    Author:
    Gabriel Axel
    • Constructor Detail

      • Person

        public Person()
    • Method Detail

      • getGivenName

        public String getGivenName()
      • getFamilyName

        public String getFamilyName()
      • getDisplayName

        public String getDisplayName()
      • getUrl

        public String getUrl()
      • isPlusUser

        public boolean isPlusUser()
      • getCircledByCount

        public int getCircledByCount()
      • getImageUrl

        public String getImageUrl()
        Get the image URL - uses the thumbnail if set, then the main image, otherwise returns null.
        Returns:
        Image URL
      • getBirthday

        public Date getBirthday()
      • getGender

        public String getGender()
      • getOccupation

        public String getOccupation()
      • getAboutMe

        public String getAboutMe()
      • getTagline

        public String getTagline()
      • getNickname

        public String getNickname()
      • getLanguage

        public String getLanguage()
      • isVerified

        public Boolean isVerified()
      • getRelationshipStatus

        public String getRelationshipStatus()
      • getEmailAddresses

        public Set<String> getEmailAddresses()
        Return the email address(es) associated with this person.
        Returns:
        Null if no emails found, otherwise a set.
      • getAccountEmail

        public String getAccountEmail()
        Return the account email.
        Returns:
        Null if no account email found, otherwise a single String.
      • getAgeRange

        public AgeRange getAgeRange()