Uses of Class
com.azure.communication.chat.models.ListChatThreadsOptions
Packages that use ListChatThreadsOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ListChatThreadsOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type ListChatThreadsOptionsModifier and TypeMethodDescriptioncom.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
(ListChatThreadsOptions listThreadsOptions, com.azure.core.util.Context context) Gets the list of chat threads of a user. -
Uses of ListChatThreadsOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ListChatThreadsOptionsModifier and TypeMethodDescriptionListChatThreadsOptions.setMaxPageSize
(Integer maxPageSize) Set the page size.ListChatThreadsOptions.setStartTime
(OffsetDateTime startTime) Sets the start time for the range to query.