public class VehicleHistoryApi extends Object
| Constructor and Description |
|---|
VehicleHistoryApi() |
VehicleHistoryApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
HistoryResponse |
historyDiscrepancy(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Odometer Discrepancy Activity for Requested Vehicles
Method to retrieve odometer discrepancy history for a list of vehicles.
|
com.squareup.okhttp.Call |
historyDiscrepancyAsync(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.
|
com.squareup.okhttp.Call |
historyDiscrepancyCall(String xApiKey,
String xAutotecId,
HistoryRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for historyDiscrepancy
|
ApiResponse<HistoryResponse> |
historyDiscrepancyWithHttpInfo(String xApiKey,
String xAutotecId,
HistoryRequest request)
Retrieve Odometer Discrepancy Activity for Requested Vehicles
Method to retrieve odometer discrepancy history for a list of vehicles.
|
HistoryResponse |
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 |
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 |
historyFullCall(String xApiKey,
String xAutotecId,
HistoryRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for historyFull
|
ApiResponse<HistoryResponse> |
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.
|
void |
setApiClient(ApiClient apiClient) |
public VehicleHistoryApi()
public VehicleHistoryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call historyDiscrepancyCall(String xApiKey, String xAutotecId, HistoryRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic HistoryResponse historyDiscrepancy(String xApiKey, String xAutotecId, HistoryRequest request) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HistoryResponse> historyDiscrepancyWithHttpInfo(String xApiKey, String xAutotecId, HistoryRequest request) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call historyDiscrepancyAsync(String xApiKey, String xAutotecId, HistoryRequest request, ApiCallback<HistoryResponse> callback) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call historyFullCall(String xApiKey, String xAutotecId, HistoryRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic HistoryResponse historyFull(String xApiKey, String xAutotecId, HistoryRequest request) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HistoryResponse> historyFullWithHttpInfo(String xApiKey, String xAutotecId, HistoryRequest request) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call historyFullAsync(String xApiKey, String xAutotecId, HistoryRequest request, ApiCallback<HistoryResponse> callback) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (required)xAutotecId - the AutoTec assigned identification id for the calling customer (required)request - The vehicle history request (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.