| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryRequest |
HistoryRequest.addVehicleRequestAttributesItem(VehicleRequestAttribute vehicleRequestAttributesItem) |
HistoryRequest |
HistoryRequest.vehicleRequestAttributes(List<VehicleRequestAttribute> vehicleRequestAttributes) |
Copyright © 2019. All rights reserved.