| Package | Description |
|---|---|
| com.autocheckinsurance.sdk.api | |
| com.autocheckinsurance.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryResponse |
HistoryResponse.addVehiclesItem(Vehicle vehiclesItem) |
HistoryResponse |
HistoryResponse.count(Integer count) |
HistoryResponse |
RiskCalculationPlusResponse.getHistoryResponse()
Get historyResponse
|
HistoryResponse |
HistoryResponse.level(HistoryResponse.LevelEnum level) |
HistoryResponse |
HistoryResponse.unprocessed(UnprocessedHistoryRequests unprocessed) |
HistoryResponse |
HistoryResponse.vehicles(List<Vehicle> vehicles) |
| Modifier and Type | Method and Description |
|---|---|
RiskCalculationPlusResponse |
RiskCalculationPlusResponse.historyResponse(HistoryResponse historyResponse) |
void |
RiskCalculationPlusResponse.setHistoryResponse(HistoryResponse historyResponse) |
Copyright © 2019. All rights reserved.