Class PeoplePerson


  • public class PeoplePerson
    extends ApiEntity
    Model class representing a full Google profile in people
    Author:
    Oscar Carballo
    • Constructor Detail

      • PeoplePerson

        public PeoplePerson()
    • Method Detail

      • getNames

        public List<Name> getNames()
      • getBirthdays

        public List<Birthday> getBirthdays()
        Will need https://www.googleapis.com/auth/user.birthday.read scope
        Returns:
        list of birthdays
      • getEmailAddresses

        public List<EmailAddress> getEmailAddresses()
        For account email address will need https://www.googleapis.com/auth/user.emails.read scope
        Returns:
        list of email addresses
      • getUrls

        public List<Url> getUrls()
      • getAgeRanges

        public List<AgeRange> getAgeRanges()
        Will need https://www.googleapis.com/auth/user.birthday.read scope
        Returns:
        list of age ranges
      • getCoverPhotos

        public List<Photo> getCoverPhotos()