Interface ListContactsResponse.Builder
- Enclosing interface:
ListContactsResponse
public static interface ListContactsResponse.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetContacts
(List<Contact> contacts) see gettersetNextPageToken
(String nextPageToken) see getter
-
Method Details
-
setContacts
see getter- Parameters:
contacts
- see getter- Returns:
- Current builder
- See Also:
-
setNextPageToken
see getter- Parameters:
nextPageToken
- see getter- Returns:
- Current builder
- See Also:
-
build
ListContactsResponse build()Create instance- Returns:
- The instance build with current builder values
-