public class ClientConfigurationApi extends Object
| Constructor and Description |
|---|
ClientConfigurationApi() |
ClientConfigurationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
editClientConfiguration(ClientConfigurationParams body)
Edit client configuration
Edit your client's configuration.
|
com.squareup.okhttp.Call |
editClientConfigurationAsync(ClientConfigurationParams body,
ApiCallback<ClientConfiguration> callback)
Edit client configuration (asynchronously)
Edit your client's configuration.
|
com.squareup.okhttp.Call |
editClientConfigurationCall(ClientConfigurationParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editClientConfiguration
|
ApiResponse<ClientConfiguration> |
editClientConfigurationWithHttpInfo(ClientConfigurationParams body)
Edit client configuration
Edit your client's configuration.
|
ApiClient |
getApiClient() |
ClientConfiguration |
getClientConfiguration()
Get client configuration
Get your client's configuration.
|
com.squareup.okhttp.Call |
getClientConfigurationAsync(ApiCallback<ClientConfiguration> callback)
Get client configuration (asynchronously)
Get your client's configuration.
|
com.squareup.okhttp.Call |
getClientConfigurationCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClientConfiguration
|
ApiResponse<ClientConfiguration> |
getClientConfigurationWithHttpInfo()
Get client configuration
Get your client's configuration.
|
void |
setApiClient(ApiClient apiClient) |
public ClientConfigurationApi()
public ClientConfigurationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call editClientConfigurationCall(ClientConfigurationParams body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Client configuration parameters (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ClientConfiguration editClientConfiguration(ClientConfigurationParams body) throws ApiException
body - Client configuration parameters (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ClientConfiguration> editClientConfigurationWithHttpInfo(ClientConfigurationParams body) throws ApiException
body - Client configuration parameters (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call editClientConfigurationAsync(ClientConfigurationParams body, ApiCallback<ClientConfiguration> callback) throws ApiException
body - Client configuration parameters (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 objectpublic com.squareup.okhttp.Call getClientConfigurationCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ClientConfiguration getClientConfiguration() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ClientConfiguration> getClientConfigurationWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getClientConfigurationAsync(ApiCallback<ClientConfiguration> callback) throws ApiException
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 © 2018. All rights reserved.