Uses of Class
com.azure.communication.chat.models.ListParticipantsOptions
Packages that use ListParticipantsOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ListParticipantsOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type ListParticipantsOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<ChatParticipant> ChatThreadAsyncClient.listParticipants
(ListParticipantsOptions listParticipantsOptions) Gets the participants of a thread.com.azure.core.http.rest.PagedIterable
<ChatParticipant> ChatThreadClient.listParticipants
(ListParticipantsOptions listParticipantsOptions, com.azure.core.util.Context context) Gets the participants of a thread. -
Uses of ListParticipantsOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ListParticipantsOptionsModifier and TypeMethodDescriptionListParticipantsOptions.setMaxPageSize
(Integer maxPageSize) Set the maximum page size.Sets the skip for the range to query.