Class ListReadReceiptOptions
java.lang.Object
com.azure.communication.chat.models.ListReadReceiptOptions
Additional parameters for list read receipts operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the maximum page size.getSkip()Gets the skip for the range to query.setMaxPageSize(Integer maxPageSize) Set the maximum page size.Sets the skip for the range to query.
-
Constructor Details
-
ListReadReceiptOptions
public ListReadReceiptOptions()
-
-
Method Details
-
getMaxPageSize
Gets the maximum page size. It represents the number of read receipts being requested.- Returns:
- The maximum page size.
-
setMaxPageSize
Set the maximum page size. It represents the number of read receipts being requested.- Parameters:
maxPageSize- The maximum page size.- Returns:
- The
ListReadReceiptOptionsobject itself.
-
getSkip
Gets the skip for the range to query.- Returns:
- The skip.
-
setSkip
Sets the skip for the range to query.- Parameters:
skip- The number of items to skip.- Returns:
- The
ListReadReceiptOptionsobject itself.
-