static Contact.Builder |
Contact.builder() |
|
Contact.Builder |
Contact.Builder.emailAddress(String emailAddress) |
The contact's email address.
|
Contact.Builder |
Contact.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
A timestamp noting the last time the contact's information was updated.
|
Contact.Builder |
Contact.toBuilder() |
|
Contact.Builder |
Contact.Builder.topicDefaultPreferences(Collection<TopicPreference> topicDefaultPreferences) |
The default topic preferences applied to the contact.
|
Contact.Builder |
Contact.Builder.topicDefaultPreferences(Consumer<TopicPreference.Builder>... topicDefaultPreferences) |
The default topic preferences applied to the contact.
|
Contact.Builder |
Contact.Builder.topicDefaultPreferences(TopicPreference... topicDefaultPreferences) |
The default topic preferences applied to the contact.
|
Contact.Builder |
Contact.Builder.topicPreferences(Collection<TopicPreference> topicPreferences) |
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact.Builder |
Contact.Builder.topicPreferences(Consumer<TopicPreference.Builder>... topicPreferences) |
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact.Builder |
Contact.Builder.topicPreferences(TopicPreference... topicPreferences) |
The contact's preference for being opted-in to or opted-out of a topic.
|
Contact.Builder |
Contact.Builder.unsubscribeAll(Boolean unsubscribeAll) |
A boolean value status noting if the contact is unsubscribed from all contact list topics.
|