| Package | Description |
|---|---|
| com.autocheckinsurance.sdk.api | |
| com.autocheckinsurance.sdk.model |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RiskCalculationRequest |
RiskCalculationRequest.addVehicleRiskRequestAttributesItem(VehicleRiskRequestAttribute vehicleRiskRequestAttributesItem) |
RiskCalculationRequest |
RiskCalculationRequest.type(RiskCalculationRequest.TypeEnum type) |
RiskCalculationRequest |
RiskCalculationRequest.vehicleRiskRequestAttributes(List<VehicleRiskRequestAttribute> vehicleRiskRequestAttributes) |
Copyright © 2018. All rights reserved.