Class MeridianJSONRequest
java.lang.Object
com.arubanetworks.meridian.requests.MeridianRequest
com.arubanetworks.meridian.requests.MeridianJSONRequest
- Direct Known Subclasses:
AllMapsInfoRequest,BeaconsRequest,ClientLocationDataRequest,DirectionsRequest,DirectionsStartSearchRequest,LocalSearchRequest,MapInfoRequest,PlacemarkRequest,PlacemarksRequest,SearchRequest,SimulatedLocationRequest,TagDetailsRequest,TagsRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class com.arubanetworks.meridian.requests.MeridianRequest
MeridianRequest.APIBuilder, MeridianRequest.BodyContentType, MeridianRequest.ErrorListener, MeridianRequest.Listener<T>, MeridianRequest.LocationsAPIBuilder, MeridianRequest.PageListener<T> -
Constructor Summary
ConstructorsConstructorDescriptionMeridianJSONRequest(String url, Map<String, String> params) MeridianJSONRequest(String url, Map<String, String> params, MeridianRequest.BodyContentType bodyContentType) MeridianJSONRequest(String url, org.json.JSONObject params) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.android.volley.Requestbooleanprotected abstract voidonJSONError(Throwable tr) protected abstract voidonJSONResponse(org.json.JSONObject jsonObject) protected voidMethods inherited from class com.arubanetworks.meridian.requests.MeridianRequest
acceptsAuthenticationHeader, appendAPIVersionHeaders, appendGZIPHeaders, appendLanguageHeaders, buildRequest, cancel, encodeParameters, getBodyContentType, getJSONBody, getMethod, getPageSize, getRequestTag, getStringMapBody, getUri, isPatch, loggingEnabled, nextPage, overrideCacheHeaders, parseCacheHeaders, sendRequest, setNextPage, setRetryPolicy, setUri, supportsPaging, unGZIP
-
Constructor Details
-
MeridianJSONRequest
-
MeridianJSONRequest
-
MeridianJSONRequest
public MeridianJSONRequest(String url, Map<String, String> params, MeridianRequest.BodyContentType bodyContentType) -
MeridianJSONRequest
-
-
Method Details
-
onJSONResponse
protected abstract void onJSONResponse(org.json.JSONObject jsonObject) -
onJSONError
-
onPagingCompletion
protected void onPagingCompletion() -
isLastPage
public boolean isLastPage() -
buildVolleyRequest
protected com.android.volley.Request buildVolleyRequest()- Specified by:
buildVolleyRequestin classMeridianRequest
-