public class AllHostsResourceApi extends Object
Constructor and Description |
---|
AllHostsResourceApi() |
AllHostsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApiConfigList |
readConfig(String view)
Retrieve the default configuration for all hosts.
|
com.squareup.okhttp.Call |
readConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the default configuration for all hosts.
|
com.squareup.okhttp.Call |
readConfigCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
ApiResponse<ApiConfigList> |
readConfigWithHttpInfo(String view)
Retrieve the default configuration for all hosts.
|
void |
setApiClient(ApiClient apiClient) |
ApiConfigList |
updateConfig(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
com.squareup.okhttp.Call |
updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the default configuration values for all hosts.
|
com.squareup.okhttp.Call |
updateConfigCall(String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
ApiResponse<ApiConfigList> |
updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
public AllHostsResourceApi()
public AllHostsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call readConfigCall(String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiConfigList readConfig(String view) throws ApiException
view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> readConfigWithHttpInfo(String view) throws ApiException
view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readConfigAsync(String view, ApiCallback<ApiConfigList> callback) throws ApiException
view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)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 updateConfigCall(String message, ApiConfigList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
message
- Optional message describing the changes. (optional)body
- The config values to update. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiConfigList updateConfig(String message, ApiConfigList body) throws ApiException
message
- Optional message describing the changes. (optional)body
- The config values to update. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> updateConfigWithHttpInfo(String message, ApiConfigList body) throws ApiException
message
- Optional message describing the changes. (optional)body
- The config values to update. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateConfigAsync(String message, ApiConfigList body, ApiCallback<ApiConfigList> callback) throws ApiException
message
- Optional message describing the changes. (optional)body
- The config values to update. (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.