| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ListOtherContactsResponse |
ListOtherContactsResponse.clone() |
ListOtherContactsResponse |
ListOtherContactsResponse.set(String fieldName,
Object value) |
ListOtherContactsResponse |
ListOtherContactsResponse.setNextPageToken(String nextPageToken)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListOtherContactsResponse |
ListOtherContactsResponse.setNextSyncToken(String nextSyncToken)
A token, which can be sent as `sync_token` to retrieve changes since the last request.
|
ListOtherContactsResponse |
ListOtherContactsResponse.setOtherContacts(List<Person> otherContacts)
The list of "Other contacts" returned as Person resources.
|
ListOtherContactsResponse |
ListOtherContactsResponse.setTotalSize(Integer totalSize)
The total number of other contacts in the list without pagination.
|
Copyright © 2011–2025 Google. All rights reserved.