| Package | Description |
|---|---|
| com.autocheckinsurance.sdk | |
| com.autocheckinsurance.sdk.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
RiskCalculationResponse |
VehicleApi.calcRisk(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss for Requested Vehicles
Method for calculating Loss Risk Prediction for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleApi.calcRiskAsync(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ApiCallback<RiskCalculationResponse> callback)
Calculate Risk of Loss for Requested Vehicles (asynchronously)
Method for calculating Loss Risk Prediction for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleApi.calcRiskCall(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for calcRisk
|
RiskCalculationPlusResponse |
VehicleApi.calcRiskPlus(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss and return Full History for Requested Vehicles
Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleApi.calcRiskPlusAsync(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ApiCallback<RiskCalculationPlusResponse> callback)
Calculate Risk of Loss and return Full History for Requested Vehicles (asynchronously)
Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleApi.calcRiskPlusCall(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for calcRiskPlus
|
ApiResponse<RiskCalculationPlusResponse> |
VehicleApi.calcRiskPlusWithHttpInfo(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss and return Full History for Requested Vehicles
Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
|
ApiResponse<RiskCalculationResponse> |
VehicleApi.calcRiskWithHttpInfo(String xApiKey,
String xAutotecId,
RiskCalculationRequest request)
Calculate Risk of Loss for Requested Vehicles
Method for calculating Loss Risk Prediction for a list of vehicles.
|
HistoryResponse |
VehicleHistoryApi.historyFull(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Historical Activity for Requested Vehicles
Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyFullAsync(String xApiKey,
String xAutotecId,
HistoryRequest request,
ApiCallback<HistoryResponse> callback)
Retrieve Historical Activity for Requested Vehicles (asynchronously)
Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyFullCall(String xApiKey,
String xAutotecId,
HistoryRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for historyFull
|
ApiResponse<HistoryResponse> |
VehicleHistoryApi.historyFullWithHttpInfo(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Historical Activity for Requested Vehicles
Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
|
HistoryResponse |
VehicleHistoryApi.historyMileage(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Odometer Discrepancy Activity for Requested Vehicles
Method to retrieve odometer discrepancy history for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyMileageAsync(String xApiKey,
String xAutotecId,
HistoryRequest request,
ApiCallback<HistoryResponse> callback)
Retrieve Odometer Discrepancy Activity for Requested Vehicles (asynchronously)
Method to retrieve odometer discrepancy history for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyMileageCall(String xApiKey,
String xAutotecId,
HistoryRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for historyMileage
|
ApiResponse<HistoryResponse> |
VehicleHistoryApi.historyMileageWithHttpInfo(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Odometer Discrepancy Activity for Requested Vehicles
Method to retrieve odometer discrepancy history for a list of vehicles.
|
Empty |
DefaultApi.vehicleHistoryFullOptions() |
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryFullOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryFullOptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for vehicleHistoryFullOptions
|
ApiResponse<Empty> |
DefaultApi.vehicleHistoryFullOptionsWithHttpInfo() |
Empty |
DefaultApi.vehicleHistoryMileageOptions() |
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryMileageOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryMileageOptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for vehicleHistoryMileageOptions
|
ApiResponse<Empty> |
DefaultApi.vehicleHistoryMileageOptionsWithHttpInfo() |
Empty |
DefaultApi.vehicleRiskOptions() |
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskOptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for vehicleRiskOptions
|
ApiResponse<Empty> |
DefaultApi.vehicleRiskOptionsWithHttpInfo() |
Empty |
DefaultApi.vehicleRiskPlusOptions() |
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskPlusOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskPlusOptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for vehicleRiskPlusOptions
|
ApiResponse<Empty> |
DefaultApi.vehicleRiskPlusOptionsWithHttpInfo() |
Copyright © 2019. All rights reserved.