Uses of Class
com.azure.communication.chat.models.ChatThreadProperties
Packages that use ChatThreadProperties
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ChatThreadProperties in com.azure.communication.chat
Methods in com.azure.communication.chat that return ChatThreadPropertiesMethods in com.azure.communication.chat that return types with arguments of type ChatThreadPropertiesModifier and TypeMethodDescriptionChatThreadAsyncClient.getProperties()
Gets chat thread properties.Mono
<com.azure.core.http.rest.Response<ChatThreadProperties>> ChatThreadAsyncClient.getPropertiesWithResponse()
Gets chat thread properties.com.azure.core.http.rest.Response
<ChatThreadProperties> ChatThreadClient.getPropertiesWithResponse
(com.azure.core.util.Context context) Gets chat thread properties. -
Uses of ChatThreadProperties in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatThreadPropertiesModifier and TypeMethodDescriptionCreateChatThreadResult.getChatThread()
Get the chatThread property: The chatThread property.ChatThreadProperties.setCreatedBy
(CommunicationIdentifier createdBy) Set the createdBy property: Identifies a participant in Azure Communication services.ChatThreadProperties.setCreatedOn
(OffsetDateTime createdOn) Set the createdOn property: The timestamp when the chat thread was created.Set the id property: Chat thread id.Set the topic property: Chat thread topic.Constructors in com.azure.communication.chat.models with parameters of type ChatThreadPropertiesModifierConstructorDescriptionCreateChatThreadResult
(ChatThreadProperties chatThreadProperties, List<ChatError> invalidParticipants) Constructs a new instance of CreateChatThreadResult