65 строки
5.1 KiB
YAML
65 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.chat.models.CreateChatThreadResult"
|
|
fullName: "com.azure.communication.chat.models.CreateChatThreadResult"
|
|
name: "CreateChatThreadResult"
|
|
nameWithType: "CreateChatThreadResult"
|
|
summary: "The Create<wbr>Chat<wbr>Thread<wbr>Result model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CreateChatThreadResult**"
|
|
constructors:
|
|
- uid: "com.azure.communication.chat.models.CreateChatThreadResult.CreateChatThreadResult(com.azure.communication.chat.models.ChatThreadProperties,java.util.List<com.azure.communication.chat.models.ChatError>)"
|
|
fullName: "com.azure.communication.chat.models.CreateChatThreadResult.CreateChatThreadResult(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants)"
|
|
name: "CreateChatThreadResult(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants)"
|
|
nameWithType: "CreateChatThreadResult.CreateChatThreadResult(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants)"
|
|
summary: "Constructs a new instance of Create<wbr>Chat<wbr>Thread<wbr>Result"
|
|
parameters:
|
|
- description: "The chat thread that was created."
|
|
name: "chatThreadProperties"
|
|
type: "<xref href=\"com.azure.communication.chat.models.ChatThreadProperties?alt=com.azure.communication.chat.models.ChatThreadProperties&text=ChatThreadProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "List of errors that occurred when attempting to create the chat thread."
|
|
name: "invalidParticipants"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.communication.chat.models.ChatError?alt=com.azure.communication.chat.models.ChatError&text=ChatError\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public CreateChatThreadResult(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants)"
|
|
desc: "Constructs a new instance of CreateChatThreadResult"
|
|
methods:
|
|
- uid: "com.azure.communication.chat.models.CreateChatThreadResult.getChatThread()"
|
|
fullName: "com.azure.communication.chat.models.CreateChatThreadResult.getChatThread()"
|
|
name: "getChatThread()"
|
|
nameWithType: "CreateChatThreadResult.getChatThread()"
|
|
summary: "Get the chat<wbr>Thread property: The chat<wbr>Thread property."
|
|
syntax: "public ChatThreadProperties getChatThread()"
|
|
desc: "Get the chatThread property: The chatThread property."
|
|
returns:
|
|
description: "the chatThread value."
|
|
type: "<xref href=\"com.azure.communication.chat.models.ChatThreadProperties?alt=com.azure.communication.chat.models.ChatThreadProperties&text=ChatThreadProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.chat.models.CreateChatThreadResult.getInvalidParticipants()"
|
|
fullName: "com.azure.communication.chat.models.CreateChatThreadResult.getInvalidParticipants()"
|
|
name: "getInvalidParticipants()"
|
|
nameWithType: "CreateChatThreadResult.getInvalidParticipants()"
|
|
summary: "Get the invalid<wbr>Participants property: The participants that failed to be added to the chat thread."
|
|
syntax: "public List<ChatError> getInvalidParticipants()"
|
|
desc: "Get the invalidParticipants property: The participants that failed to be added to the chat thread. The 'target' property of each ChatError will reference the failed participant."
|
|
returns:
|
|
description: "the invalidParticipants value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.communication.chat.models.ChatError?alt=com.azure.communication.chat.models.ChatError&text=ChatError\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "The CreateChatThreadResult model."
|
|
metadata: {}
|
|
package: "com.azure.communication.chat.models"
|
|
artifact: com.azure:azure-communication-chat:1.5.6
|