Interface ListContactsResponse
public interface ListContactsResponse
ListContactsResponse
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic ListContactsResponse.Builder
builder()
Getting builderList of contacts belonging to the specified project.Token that should be included in the next list contacts request to fetch the next page.
-
Method Details
-
getContacts
List of contacts belonging to the specified project.- Returns:
- contacts
-
getNextPageToken
String getNextPageToken()Token that should be included in the next list contacts request to fetch the next page.- Returns:
- nextPageToken
-
builder
Getting builder- Returns:
- New Builder instance
-