public class CallInApi
extends java.lang.Object
| Constructor and Description |
|---|
CallInApi() |
CallInApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CallInRequestsResponse200 |
callInRequests(java.lang.String xApiKey,
CallInRequestsParms body)
Creates a Click-to-call-in request.
|
com.squareup.okhttp.Call |
callInRequestsAsync(java.lang.String xApiKey,
CallInRequestsParms body,
ApiCallback<CallInRequestsResponse200> callback)
Creates a Click-to-call-in request.
|
com.squareup.okhttp.Call |
callInRequestsCall(java.lang.String xApiKey,
CallInRequestsParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for callInRequests
|
ApiResponse<CallInRequestsResponse200> |
callInRequestsWithHttpInfo(java.lang.String xApiKey,
CallInRequestsParms body)
Creates a Click-to-call-in request.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CallInApi()
public CallInApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call callInRequestsCall(java.lang.String xApiKey,
CallInRequestsParms body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Request properties. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CallInRequestsResponse200 callInRequests(java.lang.String xApiKey, CallInRequestsParms body) throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Request properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CallInRequestsResponse200> callInRequestsWithHttpInfo(java.lang.String xApiKey, CallInRequestsParms body) throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Request properties. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call callInRequestsAsync(java.lang.String xApiKey,
CallInRequestsParms body,
ApiCallback<CallInRequestsResponse200> callback)
throws ApiException
xApiKey - API Key. For example, Z2y9eiTiQZ4ceKNpxy1YAarhpvxJXPCj4rFrbVep (required)body - Request 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