public class PaginatorDefinition extends Object
Constructor and Description |
---|
PaginatorDefinition() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getInputToken() |
String |
getLimitKey() |
String |
getMoreResults() |
List<String> |
getOutputToken() |
List<String> |
getResultKey() |
boolean |
isValid()
Returns a boolean value indicating if the information present in this object
is sufficient to generate the paginated APIs.
|
void |
setInputToken(List<String> inputToken) |
void |
setLimitKey(String limitKey) |
void |
setMoreResults(String moreResults) |
void |
setOutputToken(List<String> outputToken) |
void |
setResultKey(List<String> resultKey) |
public String getMoreResults()
public void setMoreResults(String moreResults)
public String getLimitKey()
public void setLimitKey(String limitKey)
public boolean isValid()
Copyright © 2018. All rights reserved.