| Package | Description |
|---|---|
| com.autocheckinsurance.sdk.api | |
| com.autocheckinsurance.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
RiskCalculationPlusResponse |
RiskCalculationPlusResponse.historyResponse(HistoryResponse historyResponse) |
RiskCalculationPlusResponse |
RiskCalculationPlusResponse.riskResponse(RiskCalculationResponse riskResponse) |
Copyright © 2018. All rights reserved.