public final class CreateChatThreadOptions
extends java.lang.Object
| Constructor and Description |
|---|
CreateChatThreadOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChatParticipant> |
getParticipants()
Get the participants property: Participants to be added to the chat thread.
|
java.lang.String |
getTopic()
Get the topic property: The chat thread topic.
|
CreateChatThreadOptions |
setParticipants(java.util.List<ChatParticipant> participants)
Set the participants property: Participants to be added to the chat thread.
|
CreateChatThreadOptions |
setTopic(java.lang.String topic)
Set the topic property: The chat thread topic.
|
public java.lang.String getTopic()
public CreateChatThreadOptions setTopic(java.lang.String topic)
topic - the topic value to set.public java.util.List<ChatParticipant> getParticipants()
public CreateChatThreadOptions setParticipants(java.util.List<ChatParticipant> participants)
participants - the participants value to set.