| Package | Description |
|---|---|
| com.google.api.services.people.v1 | |
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PeopleService.People.BatchUpdateContacts |
PeopleService.People.batchUpdateContacts(BatchUpdateContactsRequest content)
Update a batch of contacts and return a map of resource names to PersonResponses for the updated
contacts.
|
| Constructor and Description |
|---|
BatchUpdateContacts(BatchUpdateContactsRequest content)
Update a batch of contacts and return a map of resource names to PersonResponses for the
updated contacts.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.clone() |
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.set(String fieldName,
Object value) |
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.setContacts(Map<String,Person> contacts)
Required.
|
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.setReadMask(String readMask)
Required.
|
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.setSources(List<String> sources)
Optional.
|
BatchUpdateContactsRequest |
BatchUpdateContactsRequest.setUpdateMask(String updateMask)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.