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, sdkFields
copy
applyMutation, build
TopicPreference.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
,
SubscriptionStatus
TopicPreference.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
,
SubscriptionStatus
Copyright © 2021. All rights reserved.