public final class CreateChatThreadResult
extends java.lang.Object
| Constructor and Description |
|---|
CreateChatThreadResult() |
| Modifier and Type | Method and Description |
|---|---|
ChatThreadProperties |
getChatThreadProperties()
Get the chatThreadProperties property: The chatThreadProperties property.
|
java.util.List<ChatError> |
getInvalidParticipants()
Get the invalidParticipants property: The participants that failed to be added to the chat thread.
|
CreateChatThreadResult |
setChatThreadProperties(ChatThreadProperties chatThreadProperties)
Set the chatThreadProperties property: The chatThreadProperties property.
|
CreateChatThreadResult |
setInvalidParticipants(java.util.List<ChatError> invalidParticipants)
Set the invalidParticipants property: The invalidParticipants property.
|
public ChatThreadProperties getChatThreadProperties()
public CreateChatThreadResult setChatThreadProperties(ChatThreadProperties chatThreadProperties)
chatThreadProperties - the thread value to set.public java.util.List<ChatError> getInvalidParticipants()
public CreateChatThreadResult setInvalidParticipants(java.util.List<ChatError> invalidParticipants)
invalidParticipants - the invalidParticipants value to set.