public class QueryOptions extends Object
| Constructor and Description |
|---|
QueryOptions()
Constructor for the default QueryOptions object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContinuationToken()
Getter for ContinuationToken
|
Integer |
getPageSize()
Getter for PageSize
|
void |
setContinuationToken(String continuationToken)
Setter for ContinuationToken
|
void |
setPageSize(Integer pageSize)
Setter for PageSize
|
public QueryOptions()
public String getContinuationToken()
public void setContinuationToken(String continuationToken) throws IllegalArgumentException
continuationToken - the value to setIllegalArgumentException - if continuationToken is nullpublic Integer getPageSize()
public void setPageSize(Integer pageSize) throws IllegalArgumentException
pageSize - the value to setIllegalArgumentException - if pageSize is null or not a positive integerCopyright © 2017. All rights reserved.