| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.clone() |
Person |
Person.set(java.lang.String fieldName,
java.lang.Object value) |
Person |
Person.setAboutMe(java.lang.String aboutMe)
A short biography for this person.
|
Person |
Person.setAgeRange(Person.AgeRange ageRange)
The age range of the person.
|
Person |
Person.setBirthday(java.lang.String birthday)
The person's date of birth, represented as YYYY-MM-DD.
|
Person |
Person.setBraggingRights(java.lang.String braggingRights)
The "bragging rights" line of this person.
|
Person |
Person.setCircledByCount(java.lang.Integer circledByCount)
For followers who are visible, the number of people who have added this person or page to a
circle.
|
Person |
Person.setCover(Person.Cover cover)
The cover photo content.
|
Person |
Person.setCurrentLocation(java.lang.String currentLocation)
(this field is not currently used)
|
Person |
Person.setDisplayName(java.lang.String displayName)
The name of this person, which is suitable for display.
|
Person |
Person.setDomain(java.lang.String domain)
The hosted domain name for the user's Google Apps account.
|
Person |
Person.setEmails(java.util.List<Person.Emails> emails)
A list of email addresses that this person has, including their Google account email address,
and the public verified email addresses on their Google+ profile.
|
Person |
Person.setEtag(java.lang.String etag)
ETag of this response for caching purposes.
|
Person |
Person.setGender(java.lang.String gender)
The person's gender.
|
Person |
Person.setId(java.lang.String id)
The ID of this person.
|
Person |
Person.setImage(Person.Image image)
The representation of the person's profile photo.
|
Person |
Person.setIsPlusUser(java.lang.Boolean isPlusUser)
Whether this user has signed up for Google+.
|
Person |
Person.setKind(java.lang.String kind)
Identifies this resource as a person.
|
Person |
Person.setLanguage(java.lang.String language)
The user's preferred language for rendering.
|
Person |
Person.setName(Person.Name name)
An object representation of the individual components of a person's name.
|
Person |
Person.setNickname(java.lang.String nickname)
The nickname of this person.
|
Person |
Person.setObjectType(java.lang.String objectType)
Type of person within Google+.
|
Person |
Person.setOccupation(java.lang.String occupation)
The occupation of this person.
|
Person |
Person.setOrganizations(java.util.List<Person.Organizations> organizations)
A list of current or past organizations with which this person is associated.
|
Person |
Person.setPlacesLived(java.util.List<Person.PlacesLived> placesLived)
A list of places where this person has lived.
|
Person |
Person.setPlusOneCount(java.lang.Integer plusOneCount)
If a Google+ Page, the number of people who have +1'd this page.
|
Person |
Person.setRelationshipStatus(java.lang.String relationshipStatus)
The person's relationship status.
|
Person |
Person.setSkills(java.lang.String skills)
The person's skills.
|
Person |
Person.setTagline(java.lang.String tagline)
The brief description (tagline) of this person.
|
Person |
Person.setUrl(java.lang.String url)
The URL of this person's profile.
|
Person |
Person.setUrls(java.util.List<Person.Urls> urls)
A list of URLs for this person.
|
Person |
Person.setVerified(java.lang.Boolean verified)
Whether the person or Google+ Page has been verified.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Person> |
PeopleFeed.getItems()
The people in this page of results.
|
| Modifier and Type | Method and Description |
|---|---|
PeopleFeed |
PeopleFeed.setItems(java.util.List<Person> items)
The people in this page of results.
|