Class BeaconsRequest
java.lang.Object
com.arubanetworks.meridian.requests.MeridianRequest
com.arubanetworks.meridian.requests.MeridianJSONRequest
com.arubanetworks.meridian.requests.BeaconsRequest
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.arubanetworks.meridian.requests.MeridianRequest
MeridianRequest.APIBuilder, MeridianRequest.BodyContentType, MeridianRequest.ErrorListener, MeridianRequest.Listener<T>, MeridianRequest.LocationsAPIBuilder, MeridianRequest.PageListener<T> -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidonJSONError(Throwable tr) protected voidonJSONResponse(org.json.JSONObject jsonObject) protected voidbooleanMethods inherited from class com.arubanetworks.meridian.requests.MeridianJSONRequest
buildVolleyRequest, isLastPageMethods inherited from class com.arubanetworks.meridian.requests.MeridianRequest
acceptsAuthenticationHeader, appendAPIVersionHeaders, appendGZIPHeaders, appendLanguageHeaders, buildRequest, cancel, encodeParameters, getBodyContentType, getJSONBody, getMethod, getPageSize, getStringMapBody, getUri, isPatch, loggingEnabled, nextPage, overrideCacheHeaders, parseCacheHeaders, sendRequest, setNextPage, setRetryPolicy, setUri, unGZIP
-
Method Details
-
onJSONResponse
protected void onJSONResponse(org.json.JSONObject jsonObject) - Specified by:
onJSONResponsein classMeridianJSONRequest
-
onJSONError
- Specified by:
onJSONErrorin classMeridianJSONRequest
-
onPagingCompletion
protected void onPagingCompletion()- Overrides:
onPagingCompletionin classMeridianJSONRequest
-
getRequestTag
- Specified by:
getRequestTagin classMeridianRequest
-
supportsPaging
public boolean supportsPaging()- Overrides:
supportsPagingin classMeridianRequest
-