public final class ListParticipantsOptions
extends java.lang.Object
| Constructor and Description |
|---|
ListParticipantsOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxPageSize()
Gets the maximum page size.
|
java.lang.Integer |
getSkip()
Gets the skip for the range to query.
|
ListParticipantsOptions |
setMaxPageSize(java.lang.Integer maxPageSize)
Set the maximum page size.
|
ListParticipantsOptions |
setSkip(java.lang.Integer skip)
Sets the skip for the range to query.
|
public java.lang.Integer getMaxPageSize()
public ListParticipantsOptions setMaxPageSize(java.lang.Integer maxPageSize)
maxPageSize - The maximum page size.ListParticipantsOptions object itself.public java.lang.Integer getSkip()
public ListParticipantsOptions setSkip(java.lang.Integer skip)
skip - The number of items to skip.ListParticipantsOptions object itself.