Uses of Class
com.azure.communication.chat.models.ChatThreadItem
Packages that use ChatThreadItem
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ChatThreadItem in com.azure.communication.chat
Methods in com.azure.communication.chat that return types with arguments of type ChatThreadItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<ChatThreadItem> ChatAsyncClient.listChatThreads()
Gets the list of chat threads of a user.com.azure.core.http.rest.PagedFlux
<ChatThreadItem> ChatAsyncClient.listChatThreads
(ListChatThreadsOptions listThreadsOptions) Gets the list of chat threads of a user.com.azure.core.http.rest.PagedIterable
<ChatThreadItem> ChatClient.listChatThreads()
Gets the list of chat threads of a user.com.azure.core.http.rest.PagedIterable
<ChatThreadItem> ChatClient.listChatThreads
(ListChatThreadsOptions listThreadsOptions, com.azure.core.util.Context context) Gets the list of chat threads of a user. -
Uses of ChatThreadItem in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatThreadItemModifier and TypeMethodDescriptionChatThreadItem.setDeletedOn
(OffsetDateTime deletedOn) Set the deletedOn property: The timestamp when the chat thread was deleted.Set the id property: Chat thread id.Set the topic property: Chat thread topic.