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 |
setInput_token(com.fasterxml.jackson.jr.stree.JrsValue inputToken)
Gross version of
setInputToken(java.util.List<java.lang.String>) that matches the JSON attribute name. |
void |
setInputToken(List<String> inputToken) |
void |
setLimit_key(String limitKey)
Gross version of
setLimitKey(java.lang.String) that matches the JSON attribute name. |
void |
setLimitKey(String limitKey) |
void |
setMore_results(String moreResults)
Gross version of
setMoreResults(java.lang.String) that matches the JSON attribute name. |
void |
setMoreResults(String moreResults) |
void |
setOutput_token(com.fasterxml.jackson.jr.stree.JrsValue outputToken)
Gross version of
setOutputToken(java.util.List<java.lang.String>) that matches the JSON attribute name. |
void |
setOutputToken(List<String> outputToken) |
void |
setResult_key(com.fasterxml.jackson.jr.stree.JrsValue resultKey)
Gross version of
setResultKey(java.util.List<java.lang.String>) that matches the JSON attribute name. |
void |
setResultKey(List<String> resultKey) |
public String getMoreResults()
public void setMoreResults(String moreResults)
public String getLimitKey()
public void setLimitKey(String limitKey)
public boolean isValid()
public void setLimit_key(String limitKey)
setLimitKey(java.lang.String) that matches the JSON attribute name.public void setInput_token(com.fasterxml.jackson.jr.stree.JrsValue inputToken)
setInputToken(java.util.List<java.lang.String>) that matches the JSON attribute name.public void setOutput_token(com.fasterxml.jackson.jr.stree.JrsValue outputToken)
setOutputToken(java.util.List<java.lang.String>) that matches the JSON attribute name.public void setResult_key(com.fasterxml.jackson.jr.stree.JrsValue resultKey)
setResultKey(java.util.List<java.lang.String>) that matches the JSON attribute name.public void setMore_results(String moreResults)
setMoreResults(java.lang.String) that matches the JSON attribute name.Copyright © 2023. All rights reserved.