| Package | Description |
|---|---|
| com.google.api.services.people.v1 | |
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.People.CreateContact |
PeopleService.People.createContact(Person content)
Create a new contact and return the person resource for that contact.
|
PeopleService.People.UpdateContact |
PeopleService.People.updateContact(java.lang.String resourceName,
Person content)
Update contact data for an existing contact person.
|
| Constructor and Description |
|---|
PeopleService.People.CreateContact(Person content)
Create a new contact and return the person resource for that contact.
|
PeopleService.People.UpdateContact(java.lang.String resourceName,
Person content)
Update contact data for an existing contact person.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.clone() |
Person |
PersonResponse.getPerson()
The person.
|
Person |
Person.set(java.lang.String fieldName,
java.lang.Object value) |
Person |
Person.setAddresses(java.util.List<Address> addresses)
The person's street addresses.
|
Person |
Person.setAgeRange(java.lang.String ageRange)
**DEPRECATED** (Please use `person.ageRanges` instead)**
The person's read-only age range.
|
Person |
Person.setAgeRanges(java.util.List<AgeRangeType> ageRanges)
The person's read-only age ranges.
|
Person |
Person.setBiographies(java.util.List<Biography> biographies)
The person's biographies.
|
Person |
Person.setBirthdays(java.util.List<Birthday> birthdays)
The person's birthdays.
|
Person |
Person.setBraggingRights(java.util.List<BraggingRights> braggingRights)
The person's bragging rights.
|
Person |
Person.setCoverPhotos(java.util.List<CoverPhoto> coverPhotos)
The person's read-only cover photos.
|
Person |
Person.setEmailAddresses(java.util.List<EmailAddress> emailAddresses)
The person's email addresses.
|
Person |
Person.setEtag(java.lang.String etag)
The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource.
|
Person |
Person.setEvents(java.util.List<Event> events)
The person's events.
|
Person |
Person.setGenders(java.util.List<Gender> genders)
The person's genders.
|
Person |
Person.setImClients(java.util.List<ImClient> imClients)
The person's instant messaging clients.
|
Person |
Person.setInterests(java.util.List<Interest> interests)
The person's interests.
|
Person |
Person.setLocales(java.util.List<Locale> locales)
The person's locale preferences.
|
Person |
Person.setMemberships(java.util.List<Membership> memberships)
The person's read-only group memberships.
|
Person |
Person.setMetadata(PersonMetadata metadata)
Read-only metadata about the person.
|
Person |
Person.setNames(java.util.List<Name> names)
The person's names.
|
Person |
Person.setNicknames(java.util.List<Nickname> nicknames)
The person's nicknames.
|
Person |
Person.setOccupations(java.util.List<Occupation> occupations)
The person's occupations.
|
Person |
Person.setOrganizations(java.util.List<Organization> organizations)
The person's past or current organizations.
|
Person |
Person.setPhoneNumbers(java.util.List<PhoneNumber> phoneNumbers)
The person's phone numbers.
|
Person |
Person.setPhotos(java.util.List<Photo> photos)
The person's read-only photos.
|
Person |
Person.setRelations(java.util.List<Relation> relations)
The person's relations.
|
Person |
Person.setRelationshipInterests(java.util.List<RelationshipInterest> relationshipInterests)
The person's read-only relationship interests.
|
Person |
Person.setRelationshipStatuses(java.util.List<RelationshipStatus> relationshipStatuses)
The person's read-only relationship statuses.
|
Person |
Person.setResidences(java.util.List<Residence> residences)
The person's residences.
|
Person |
Person.setResourceName(java.lang.String resourceName)
The resource name for the person, assigned by the server.
|
Person |
Person.setSkills(java.util.List<Skill> skills)
The person's skills.
|
Person |
Person.setTaglines(java.util.List<Tagline> taglines)
The person's read-only taglines.
|
Person |
Person.setUrls(java.util.List<Url> urls)
The person's associated URLs.
|
Person |
Person.setUserDefined(java.util.List<UserDefined> userDefined)
The person's user defined data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Person> |
ListConnectionsResponse.getConnections()
The list of people that the requestor is connected to.
|
| Modifier and Type | Method and Description |
|---|---|
PersonResponse |
PersonResponse.setPerson(Person person)
The person.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponse |
ListConnectionsResponse.setConnections(java.util.List<Person> connections)
The list of people that the requestor is connected to.
|