| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponse |
ListConnectionsResponse.clone() |
ListConnectionsResponse |
ListConnectionsResponse.set(String fieldName,
Object value) |
ListConnectionsResponse |
ListConnectionsResponse.setConnections(List<Person> connections)
The list of people that the requestor is connected to.
|
ListConnectionsResponse |
ListConnectionsResponse.setNextPageToken(String nextPageToken)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListConnectionsResponse |
ListConnectionsResponse.setNextSyncToken(String nextSyncToken)
A token, which can be sent as `sync_token` to retrieve changes since the last request.
|
ListConnectionsResponse |
ListConnectionsResponse.setTotalItems(Integer totalItems)
The total number of items in the list without pagination.
|
ListConnectionsResponse |
ListConnectionsResponse.setTotalPeople(Integer totalPeople)
**DEPRECATED** (Please use totalItems) The total number of people in the list without
pagination.
|
Copyright © 2011–2025 Google. All rights reserved.