Class SimulatedLocationRequest
java.lang.Object
com.arubanetworks.meridian.requests.MeridianRequest
com.arubanetworks.meridian.requests.MeridianJSONRequest
com.arubanetworks.meridian.requests.SimulatedLocationRequest
-
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 booleanMethods inherited from class com.arubanetworks.meridian.requests.MeridianJSONRequest
buildVolleyRequest, isLastPage, onPagingCompletionMethods inherited from class com.arubanetworks.meridian.requests.MeridianRequest
acceptsAuthenticationHeader, appendAPIVersionHeaders, appendGZIPHeaders, appendLanguageHeaders, buildRequest, cancel, encodeParameters, getBodyContentType, getJSONBody, getMethod, getPageSize, getStringMapBody, getUri, isPatch, loggingEnabled, nextPage, parseCacheHeaders, sendRequest, setNextPage, setRetryPolicy, setUri, supportsPaging, unGZIP
-
Method Details
-
onJSONResponse
protected void onJSONResponse(org.json.JSONObject jsonObject) - Specified by:
onJSONResponsein classMeridianJSONRequest
-
onJSONError
- Specified by:
onJSONErrorin classMeridianJSONRequest
-
getRequestTag
- Specified by:
getRequestTagin classMeridianRequest
-
overrideCacheHeaders
protected boolean overrideCacheHeaders()- Overrides:
overrideCacheHeadersin classMeridianRequest
-