public class AuthServiceRoleCommandsResourceApi extends Object
Constructor and Description |
---|
AuthServiceRoleCommandsResourceApi() |
AuthServiceRoleCommandsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApiBulkCommandList |
restartCommand(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
restartCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Restart a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
restartCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for restartCommand
|
ApiResponse<ApiBulkCommandList> |
restartCommandWithHttpInfo(ApiRoleNameList body)
Restart a set of Authentication Service roles.
|
void |
setApiClient(ApiClient apiClient) |
ApiBulkCommandList |
startCommand(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
startCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Start a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
startCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startCommand
|
ApiResponse<ApiBulkCommandList> |
startCommandWithHttpInfo(ApiRoleNameList body)
Start a set of Authentication Service roles.
|
ApiBulkCommandList |
stopCommand(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
stopCommandAsync(ApiRoleNameList body,
ApiCallback<ApiBulkCommandList> callback)
Stop a set of Authentication Service roles.
|
com.squareup.okhttp.Call |
stopCommandCall(ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for stopCommand
|
ApiResponse<ApiBulkCommandList> |
stopCommandWithHttpInfo(ApiRoleNameList body)
Stop a set of Authentication Service roles.
|
public AuthServiceRoleCommandsResourceApi()
public AuthServiceRoleCommandsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 © 2019. All rights reserved.