Class ListReadReceiptOptions

java.lang.Object
com.azure.communication.chat.models.ListReadReceiptOptions

public final class ListReadReceiptOptions extends Object
Additional parameters for list read receipts operation.
  • Constructor Details

    • ListReadReceiptOptions

      public ListReadReceiptOptions()
  • Method Details

    • getMaxPageSize

      public Integer getMaxPageSize()
      Gets the maximum page size. It represents the number of read receipts being requested.
      Returns:
      The maximum page size.
    • setMaxPageSize

      public ListReadReceiptOptions setMaxPageSize(Integer maxPageSize)
      Set the maximum page size. It represents the number of read receipts being requested.
      Parameters:
      maxPageSize - The maximum page size.
      Returns:
      The ListReadReceiptOptions object itself.
    • getSkip

      public Integer getSkip()
      Gets the skip for the range to query.
      Returns:
      The skip.
    • setSkip

      public ListReadReceiptOptions setSkip(Integer skip)
      Sets the skip for the range to query.
      Parameters:
      skip - The number of items to skip.
      Returns:
      The ListReadReceiptOptions object itself.