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