Class ListParticipantsOptions
java.lang.Object
com.azure.communication.chat.models.ListParticipantsOptions
Additional parameters for list participants 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
-
ListParticipantsOptions
public ListParticipantsOptions()
-
-
Method Details
-
getMaxPageSize
Gets the maximum page size. It represents the number of participants being requested.- Returns:
- The maximum page size.
-
setMaxPageSize
Set the maximum page size. It represents the number of participants being requested.- Parameters:
maxPageSize- The maximum page size.- Returns:
- The
ListParticipantsOptionsobject 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
ListParticipantsOptionsobject itself.
-