Class ListParticipantsOptions

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

public final class ListParticipantsOptions extends Object
Additional parameters for list participants operation.
  • Constructor Details

    • ListParticipantsOptions

      public ListParticipantsOptions()
  • Method Details

    • getMaxPageSize

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

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

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

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