public final class ListReadReceiptOptions
extends java.lang.Object
| Constructor and Description |
|---|
ListReadReceiptOptions() |
| 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.
|
ListReadReceiptOptions |
setMaxPageSize(java.lang.Integer maxPageSize)
Set the maximum page size.
|
ListReadReceiptOptions |
setSkip(java.lang.Integer skip)
Sets the skip for the range to query.
|
public java.lang.Integer getMaxPageSize()
public ListReadReceiptOptions setMaxPageSize(java.lang.Integer maxPageSize)
maxPageSize - The maximum page size.ListReadReceiptOptions object itself.public java.lang.Integer getSkip()
public ListReadReceiptOptions setSkip(java.lang.Integer skip)
skip - The number of items to skip.ListReadReceiptOptions object itself.