public static interface TopicPreference.Builder extends SdkPojo, CopyableBuilder<TopicPreference.Builder,TopicPreference>
| Modifier and Type | Method and Description |
|---|---|
TopicPreference.Builder |
subscriptionStatus(String subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
TopicPreference.Builder |
subscriptionStatus(SubscriptionStatus subscriptionStatus)
The contact's subscription status to a topic which is either
OPT_IN or OPT_OUT. |
TopicPreference.Builder |
topicName(String topicName)
The name of the topic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicPreference.Builder topicName(String topicName)
The name of the topic.
topicName - The name of the topic.TopicPreference.Builder subscriptionStatus(String subscriptionStatus)
The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.
subscriptionStatus - The contact's subscription status to a topic which is either OPT_IN or
OPT_OUT.SubscriptionStatus,
SubscriptionStatusTopicPreference.Builder subscriptionStatus(SubscriptionStatus subscriptionStatus)
The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.
subscriptionStatus - The contact's subscription status to a topic which is either OPT_IN or
OPT_OUT.SubscriptionStatus,
SubscriptionStatusCopyright © 2020. All rights reserved.