Uses of Class
com.azure.communication.chat.models.ListReadReceiptOptions
Packages that use ListReadReceiptOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of ListReadReceiptOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type ListReadReceiptOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<ChatMessageReadReceipt> ChatThreadAsyncClient.listReadReceipts
(ListReadReceiptOptions listReadReceiptOptions) Gets read receipts for a thread.com.azure.core.http.rest.PagedIterable
<ChatMessageReadReceipt> ChatThreadClient.listReadReceipts
(ListReadReceiptOptions listReadReceiptOptions, com.azure.core.util.Context context) Gets read receipts for a thread. -
Uses of ListReadReceiptOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ListReadReceiptOptionsModifier and TypeMethodDescriptionListReadReceiptOptions.setMaxPageSize
(Integer maxPageSize) Set the maximum page size.Sets the skip for the range to query.