| 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 |
|---|---|
Empty |
AutoCheckInsuranceApi.brickftp(String xApiKey,
String xAutotecId)
Webhook for BrickFTP implementations
The method used as webhook for BrickFTP implementations
|
com.squareup.okhttp.Call |
AutoCheckInsuranceApi.brickftpAsync(String xApiKey,
String xAutotecId,
ApiCallback<Empty> callback)
Webhook for BrickFTP implementations (asynchronously)
The method used as webhook for BrickFTP implementations
|
com.squareup.okhttp.Call |
AutoCheckInsuranceApi.brickftpCall(String xApiKey,
String xAutotecId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for brickftp
|
ApiResponse<Empty> |
AutoCheckInsuranceApi.brickftpWithHttpInfo(String xApiKey,
String xAutotecId)
Webhook for BrickFTP implementations
The method used as webhook for BrickFTP implementations
|
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.
|
Copyright © 2019. All rights reserved.