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, sdkFieldscopyapplyMutation, buildTopic.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,
SubscriptionStatusTopic.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,
SubscriptionStatusCopyright © 2021. All rights reserved.