| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PersonResponse |
PersonResponse.clone() |
PersonResponse |
PersonResponse.set(String fieldName,
Object value) |
PersonResponse |
PersonResponse.setHttpStatusCode(Integer httpStatusCode)
**DEPRECATED** (Please use status instead) [HTTP 1.1 status code]
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
|
PersonResponse |
PersonResponse.setPerson(Person person)
The person.
|
PersonResponse |
PersonResponse.setRequestedResourceName(String requestedResourceName)
The original requested resource name.
|
PersonResponse |
PersonResponse.setStatus(Status status)
The status of the response.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonResponse> |
BatchCreateContactsResponse.getCreatedPeople()
The contacts that were created, unless the request `read_mask` is empty.
|
List<PersonResponse> |
GetPeopleResponse.getResponses()
The response for each requested resource name.
|
Map<String,PersonResponse> |
BatchUpdateContactsResponse.getUpdateResult()
A map of resource names to the contacts that were updated, unless the request `read_mask` is
empty.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateContactsResponse |
BatchCreateContactsResponse.setCreatedPeople(List<PersonResponse> createdPeople)
The contacts that were created, unless the request `read_mask` is empty.
|
GetPeopleResponse |
GetPeopleResponse.setResponses(List<PersonResponse> responses)
The response for each requested resource name.
|
BatchUpdateContactsResponse |
BatchUpdateContactsResponse.setUpdateResult(Map<String,PersonResponse> updateResult)
A map of resource names to the contacts that were updated, unless the request `read_mask` is
empty.
|
Copyright © 2011–2025 Google. All rights reserved.