public static interface Topic.Builder extends SdkPojo, CopyableBuilder<Topic.Builder,Topic>
Modifier and Type | Method and Description |
---|---|
Topic.Builder |
defaultSubscriptionStatus(String defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic.Builder |
defaultSubscriptionStatus(SubscriptionStatus defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for
subscribing to a topic.
|
Topic.Builder |
description(String description)
A description of what the topic is about, which the contact will see.
|
Topic.Builder |
displayName(String displayName)
The name of the topic the contact will see.
|
Topic.Builder |
topicName(String topicName)
The name of the topic.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Topic.Builder topicName(String topicName)
The name of the topic.
topicName
- The name of the topic.Topic.Builder displayName(String displayName)
The name of the topic the contact will see.
displayName
- The name of the topic the contact will see.Topic.Builder description(String description)
A description of what the topic is about, which the contact will see.
description
- A description of what the topic is about, which the contact will see.Topic.Builder defaultSubscriptionStatus(String defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
defaultSubscriptionStatus
- The default subscription status to be applied to a contact if the contact has not noted their
preference for subscribing to a topic.SubscriptionStatus
,
SubscriptionStatus
Topic.Builder defaultSubscriptionStatus(SubscriptionStatus defaultSubscriptionStatus)
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
defaultSubscriptionStatus
- The default subscription status to be applied to a contact if the contact has not noted their
preference for subscribing to a topic.SubscriptionStatus
,
SubscriptionStatus
Copyright © 2023. All rights reserved.