public final class ListOtherContactsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the People API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListOtherContactsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListOtherContactsResponse |
clone() |
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
String |
getNextSyncToken()
A token, which can be sent as `sync_token` to retrieve changes since the last request.
|
List<Person> |
getOtherContacts()
The list of "Other contacts" returned as Person resources.
|
Integer |
getTotalSize()
The total number of other contacts in the list without pagination.
|
ListOtherContactsResponse |
set(String fieldName,
Object value) |
ListOtherContactsResponse |
setNextPageToken(String nextPageToken)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListOtherContactsResponse |
setNextSyncToken(String nextSyncToken)
A token, which can be sent as `sync_token` to retrieve changes since the last request.
|
ListOtherContactsResponse |
setOtherContacts(List<Person> otherContacts)
The list of "Other contacts" returned as Person resources.
|
ListOtherContactsResponse |
setTotalSize(Integer totalSize)
The total number of other contacts in the list without pagination.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getNextPageToken()
null for nonepublic ListOtherContactsResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getNextSyncToken()
null for nonepublic ListOtherContactsResponse setNextSyncToken(String nextSyncToken)
nextSyncToken - nextSyncToken or null for nonepublic List<Person> getOtherContacts()
null for nonepublic ListOtherContactsResponse setOtherContacts(List<Person> otherContacts)
otherContacts - otherContacts or null for nonepublic Integer getTotalSize()
null for nonepublic ListOtherContactsResponse setTotalSize(Integer totalSize)
totalSize - totalSize or null for nonepublic ListOtherContactsResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ListOtherContactsResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.