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, JSONObject params) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.android.volley.Request
boolean
protected abstract void
onJSONError
(Throwable tr) protected abstract void
onJSONResponse
(JSONObject jsonObject) protected void
Methods 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
-
onJSONError
-
onPagingCompletion
protected void onPagingCompletion() -
isLastPage
public boolean isLastPage() -
buildVolleyRequest
protected com.android.volley.Request buildVolleyRequest()- Specified by:
buildVolleyRequest
in classMeridianRequest
-