public class Paginate extends ApiMethod
config, MAX_TICKERS, reqMan, RH_URL| Modifier | Constructor and Description |
|---|---|
protected |
Paginate(java.lang.Class<?> type,
boolean requiresAuth,
Configuration config)
Build a Paginate method instance.
|
addAuthTokenParameter, addFieldParameter, addFieldParameters, addHeaderParameter, addHeaderParameters, addQueryParameter, addQueryParameters, addRouteParameter, addRoutParameters, execute, getBaseUrl, getFieldParameters, getHeaderParameters, getMethodType, getQueryParameters, getReturnType, getRouteParameters, requiresToken, requireToken, setMethodType, setReturnType, setUrlBase, toStringprotected Paginate(java.lang.Class<?> type,
boolean requiresAuth,
Configuration config)
type - The return typerequiresAuth - If the return type requires an authorization tokenconfig - A logged in ConfigurationNotLoggedInException - If the the element list requires a token and the instance
is not logged in.