public class AutoCheckInsuranceApi extends Object
| Constructor and Description |
|---|
AutoCheckInsuranceApi() |
AutoCheckInsuranceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Empty |
brickftp(String xApiKey,
String xAutotecId)
Webhook for BrickFTP implementations
The method used as webhook for BrickFTP implementations
|
com.squareup.okhttp.Call |
brickftpAsync(String xApiKey,
String xAutotecId,
ApiCallback<Empty> callback)
Webhook for BrickFTP implementations (asynchronously)
The method used as webhook for BrickFTP implementations
|
com.squareup.okhttp.Call |
brickftpCall(String xApiKey,
String xAutotecId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for brickftp
|
ApiResponse<Empty> |
brickftpWithHttpInfo(String xApiKey,
String xAutotecId)
Webhook for BrickFTP implementations
The method used as webhook for BrickFTP implementations
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AutoCheckInsuranceApi()
public AutoCheckInsuranceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call brickftpCall(String xApiKey, String xAutotecId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (optional)xAutotecId - the AutoTec assigned identification id for the calling customer (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Empty brickftp(String xApiKey, String xAutotecId) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (optional)xAutotecId - the AutoTec assigned identification id for the calling customer (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Empty> brickftpWithHttpInfo(String xApiKey, String xAutotecId) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (optional)xAutotecId - the AutoTec assigned identification id for the calling customer (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call brickftpAsync(String xApiKey, String xAutotecId, ApiCallback<Empty> callback) throws ApiException
xApiKey - the AutoTec assigned authentication credential for the calling customer (optional)xAutotecId - the AutoTec assigned identification id for the calling customer (optional)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.