public class CallbacksApi
extends java.lang.Object
| Constructor and Description |
|---|
CallbacksApi() |
CallbacksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CreateCallbackResponse200 |
bookCallbackExternal(java.lang.String xApiKey,
CreateCallbackParms body)
Creates a new callback.
|
com.squareup.okhttp.Call |
bookCallbackExternalAsync(java.lang.String xApiKey,
CreateCallbackParms body,
ApiCallback<CreateCallbackResponse200> callback)
Creates a new callback.
|
com.squareup.okhttp.Call |
bookCallbackExternalCall(java.lang.String xApiKey,
CreateCallbackParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for bookCallbackExternal
|
ApiResponse<CreateCallbackResponse200> |
bookCallbackExternalWithHttpInfo(java.lang.String xApiKey,
CreateCallbackParms body)
Creates a new callback.
|
CancelCallbackResponse200 |
cancelCallback(java.lang.String xApiKey,
CallbackIdParms body)
Cancels an existing callback.
|
com.squareup.okhttp.Call |
cancelCallbackAsync(java.lang.String xApiKey,
CallbackIdParms body,
ApiCallback<CancelCallbackResponse200> callback)
Cancels an existing callback.
|
com.squareup.okhttp.Call |
cancelCallbackCall(java.lang.String xApiKey,
CallbackIdParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelCallback
|
ApiResponse<CancelCallbackResponse200> |
cancelCallbackWithHttpInfo(java.lang.String xApiKey,
CallbackIdParms body)
Cancels an existing callback.
|
ApiClient |
getApiClient() |
GetCallbackResponse200 |
queryCallbackById(java.lang.String xApiKey,
CallbackIdParms body)
Queries an existing callback.
|
com.squareup.okhttp.Call |
queryCallbackByIdAsync(java.lang.String xApiKey,
CallbackIdParms body,
ApiCallback<GetCallbackResponse200> callback)
Queries an existing callback.
|
com.squareup.okhttp.Call |
queryCallbackByIdCall(java.lang.String xApiKey,
CallbackIdParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryCallbackById
|
ApiResponse<GetCallbackResponse200> |
queryCallbackByIdWithHttpInfo(java.lang.String xApiKey,
CallbackIdParms body)
Queries an existing callback.
|
void |
setApiClient(ApiClient apiClient) |
public CallbacksApi()
public CallbacksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call bookCallbackExternalCall(java.lang.String xApiKey,
CreateCallbackParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CreateCallbackResponse200 bookCallbackExternal(java.lang.String xApiKey, CreateCallbackParms body) throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateCallbackResponse200> bookCallbackExternalWithHttpInfo(java.lang.String xApiKey, CreateCallbackParms body) throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call bookCallbackExternalAsync(java.lang.String xApiKey,
CreateCallbackParms body,
ApiCallback<CreateCallbackResponse200> callback)
throws ApiException
xApiKey - API Key (required)body - Callback properties. (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 cancelCallbackCall(java.lang.String xApiKey,
CallbackIdParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Callback properties. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CancelCallbackResponse200 cancelCallback(java.lang.String xApiKey, CallbackIdParms body) throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CancelCallbackResponse200> cancelCallbackWithHttpInfo(java.lang.String xApiKey, CallbackIdParms body) throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call cancelCallbackAsync(java.lang.String xApiKey,
CallbackIdParms body,
ApiCallback<CancelCallbackResponse200> callback)
throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Callback properties. (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 queryCallbackByIdCall(java.lang.String xApiKey,
CallbackIdParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetCallbackResponse200 queryCallbackById(java.lang.String xApiKey, CallbackIdParms body) throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetCallbackResponse200> queryCallbackByIdWithHttpInfo(java.lang.String xApiKey, CallbackIdParms body) throws ApiException
xApiKey - API Key (required)body - Callback properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryCallbackByIdAsync(java.lang.String xApiKey,
CallbackIdParms body,
ApiCallback<GetCallbackResponse200> callback)
throws ApiException
xApiKey - API Key (required)body - Callback properties. (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 object