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.
|
okhttp3.Call |
readConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the default configuration for all hosts.
|
okhttp3.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(ApiConfigList body,
String message)
Update the default configuration values for all hosts.
|
okhttp3.Call |
updateConfigAsync(ApiConfigList body,
String message,
ApiCallback<ApiConfigList> callback)
Update the default configuration values for all hosts.
|
okhttp3.Call |
updateConfigCall(ApiConfigList body,
String message,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
ApiResponse<ApiConfigList> |
updateConfigWithHttpInfo(ApiConfigList body,
String message)
Update the default configuration values for all hosts.
|
public AllHostsResourceApi()
public AllHostsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.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 okhttp3.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 okhttp3.Call updateConfigCall(ApiConfigList body, String message, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - The config values to update. (optional)message - Optional message describing the changes. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApiConfigList updateConfig(ApiConfigList body, String message) throws ApiException
body - The config values to update. (optional)message - Optional message describing the changes. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> updateConfigWithHttpInfo(ApiConfigList body, String message) throws ApiException
body - The config values to update. (optional)message - Optional message describing the changes. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateConfigAsync(ApiConfigList body, String message, ApiCallback<ApiConfigList> callback) throws ApiException
body - The config values to update. (optional)message - Optional message describing the changes. (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 © 2026. All rights reserved.