public class GetPreviousPage extends Paginate
config, MAX_TICKERS, reqMan, RH_URL| Constructor and Description |
|---|
GetPreviousPage(ApiElementList<E> elementList)
Construct a
GetPreviousPage without a Configuration. |
GetPreviousPage(ApiElementList<E> elementList,
Configuration config)
Construct a
GetPreviousPage with a Configuration
Use this constructor for ApiElements that require
an authorization token. |
addAuthTokenParameter, addFieldParameter, addFieldParameters, addHeaderParameter, addHeaderParameters, addQueryParameter, addQueryParameters, addRouteParameter, addRoutParameters, execute, getBaseUrl, getFieldParameters, getHeaderParameters, getMethodType, getQueryParameters, getReturnType, getRouteParameters, requiresToken, requireToken, setMethodType, setReturnType, setUrlBase, toStringpublic GetPreviousPage(ApiElementList<E> elementList, Configuration config)
GetPreviousPage with a Configuration
Use this constructor for ApiElements that require
an authorization token.E - The ApiElement typeelementList - The ApiElementList to paginated throughconfig - The Configurationpublic GetPreviousPage(ApiElementList<E> elementList)
GetPreviousPage without a Configuration.E - The ApiElement typeelementList - The ApiElementList to paginated through