static GetContactListResponse.Builder |
GetContactListResponse.builder() |
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.contactListName(String contactListName) |
The name of the contact list.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.createdTimestamp(Instant createdTimestamp) |
A timestamp noting when the contact list was created.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.description(String description) |
A description of what the contact list is about.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
A timestamp noting the last time the contact list was updated.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.tags(Collection<Tag> tags) |
The tags associated with a contact list.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with a contact list.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.tags(Tag... tags) |
The tags associated with a contact list.
|
GetContactListResponse.Builder |
GetContactListResponse.toBuilder() |
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.topics(Collection<Topic> topics) |
An interest group, theme, or label within a list.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.topics(Consumer<Topic.Builder>... topics) |
An interest group, theme, or label within a list.
|
GetContactListResponse.Builder |
GetContactListResponse.Builder.topics(Topic... topics) |
An interest group, theme, or label within a list.
|