public class AuthServiceRoleCommandsResourceApi extends Object
Constructor and Description |
---|
AuthServiceRoleCommandsResourceApi() |
AuthServiceRoleCommandsResourceApi(ApiClient apiClient) |
public AuthServiceRoleCommandsResourceApi()
public AuthServiceRoleCommandsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call restartCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to restart. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList restartCommand(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> restartCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call restartCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to restart. (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 okhttp3.Call startCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to start. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList startCommand(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> startCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call startCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to start. (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 okhttp3.Call stopCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to stop. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList stopCommand(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> stopCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call stopCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to stop. (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 © 2024. All rights reserved.