public class AuthServiceRolesResourceApi extends Object
Constructor and Description |
---|
AuthServiceRolesResourceApi() |
AuthServiceRolesResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiRoleList |
createRoles(ApiRoleList body)
Create new roles in the Authentication Services.
|
com.squareup.okhttp.Call |
createRolesAsync(ApiRoleList body,
ApiCallback<ApiRoleList> callback)
Create new roles in the Authentication Services.
|
com.squareup.okhttp.Call |
createRolesCall(ApiRoleList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoles
|
ApiResponse<ApiRoleList> |
createRolesWithHttpInfo(ApiRoleList body)
Create new roles in the Authentication Services.
|
ApiRole |
deleteRole(String roleName)
Delete a role from the Authentication Services.
|
com.squareup.okhttp.Call |
deleteRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Delete a role from the Authentication Services.
|
com.squareup.okhttp.Call |
deleteRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRole
|
ApiResponse<ApiRole> |
deleteRoleWithHttpInfo(String roleName)
Delete a role from the Authentication Services.
|
ApiCommand |
enterMaintenanceMode(String roleName)
Put the Authentication Service role into maintenance mode.
|
com.squareup.okhttp.Call |
enterMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Put the Authentication Service role into maintenance mode.
|
com.squareup.okhttp.Call |
enterMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for enterMaintenanceMode
|
ApiResponse<ApiCommand> |
enterMaintenanceModeWithHttpInfo(String roleName)
Put the Authentication Service role into maintenance mode.
|
ApiCommand |
exitMaintenanceMode(String roleName)
Take the Authentication Service role out of maintenance mode.
|
com.squareup.okhttp.Call |
exitMaintenanceModeAsync(String roleName,
ApiCallback<ApiCommand> callback)
Take the Authentication Service role out of maintenance mode.
|
com.squareup.okhttp.Call |
exitMaintenanceModeCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exitMaintenanceMode
|
ApiResponse<ApiCommand> |
exitMaintenanceModeWithHttpInfo(String roleName)
Take the Authentication Service role out of maintenance mode.
|
ApiClient |
getApiClient() |
String |
getFullLog(String roleName)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
getFullLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the log file for the role's main process.
|
com.squareup.okhttp.Call |
getFullLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFullLog
|
ApiResponse<String> |
getFullLogWithHttpInfo(String roleName)
Retrieves the log file for the role's main process.
|
String |
getStacksLog(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
getStacksLogAsync(String roleName,
ApiCallback<String> callback)
Retrieves the stacks log file, if any, for the role's main process.
|
com.squareup.okhttp.Call |
getStacksLogCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLog
|
void |
getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
getStacksLogsBundleAsync(String roleName,
ApiCallback<Void> callback)
Download a zip-compressed archive of role stacks logs.
|
com.squareup.okhttp.Call |
getStacksLogsBundleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStacksLogsBundle
|
ApiResponse<Void> |
getStacksLogsBundleWithHttpInfo(String roleName)
Download a zip-compressed archive of role stacks logs.
|
ApiResponse<String> |
getStacksLogWithHttpInfo(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
String |
getStandardError(String roleName)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
getStandardErrorAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard error output.
|
com.squareup.okhttp.Call |
getStandardErrorCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardError
|
ApiResponse<String> |
getStandardErrorWithHttpInfo(String roleName)
Retrieves the role's standard error output.
|
String |
getStandardOutput(String roleName)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
getStandardOutputAsync(String roleName,
ApiCallback<String> callback)
Retrieves the role's standard output.
|
com.squareup.okhttp.Call |
getStandardOutputCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandardOutput
|
ApiResponse<String> |
getStandardOutputWithHttpInfo(String roleName)
Retrieves the role's standard output.
|
ApiCommandList |
listActiveCommands(String roleName,
String view)
List active role commands.
|
com.squareup.okhttp.Call |
listActiveCommandsAsync(String roleName,
String view,
ApiCallback<ApiCommandList> callback)
List active role commands.
|
com.squareup.okhttp.Call |
listActiveCommandsCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listActiveCommands
|
ApiResponse<ApiCommandList> |
listActiveCommandsWithHttpInfo(String roleName,
String view)
List active role commands.
|
ApiRole |
readRole(String roleName)
Retrieve detailed information about a Authentication Services role.
|
com.squareup.okhttp.Call |
readRoleAsync(String roleName,
ApiCallback<ApiRole> callback)
Retrieve detailed information about a Authentication Services role.
|
com.squareup.okhttp.Call |
readRoleCall(String roleName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRole
|
ApiConfigList |
readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
com.squareup.okhttp.Call |
readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Authentication Services role.
|
com.squareup.okhttp.Call |
readRoleConfigCall(String roleName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfig
|
ApiResponse<ApiConfigList> |
readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiRoleList |
readRoles()
List all roles of the Authentication Services.
|
com.squareup.okhttp.Call |
readRolesAsync(ApiCallback<ApiRoleList> callback)
List all roles of the Authentication Services.
|
com.squareup.okhttp.Call |
readRolesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
ApiResponse<ApiRoleList> |
readRolesWithHttpInfo()
List all roles of the Authentication Services.
|
ApiResponse<ApiRole> |
readRoleWithHttpInfo(String roleName)
Retrieve detailed information about a Authentication Services role.
|
void |
setApiClient(ApiClient apiClient) |
ApiConfigList |
updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
com.squareup.okhttp.Call |
updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Authentication Services role.
|
com.squareup.okhttp.Call |
updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
ApiResponse<ApiConfigList> |
updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
public AuthServiceRolesResourceApi()
public AuthServiceRolesResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createRolesCall(ApiRoleList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- Roles to create. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleList createRoles(ApiRoleList body) throws ApiException
body
- Roles to create. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleList> createRolesWithHttpInfo(ApiRoleList body) throws ApiException
body
- Roles to create. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createRolesAsync(ApiRoleList body, ApiCallback<ApiRoleList> callback) throws ApiException
body
- Roles to create. (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 deleteRoleCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role name. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRole deleteRole(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRole> deleteRoleWithHttpInfo(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteRoleAsync(String roleName, ApiCallback<ApiRole> callback) throws ApiException
roleName
- The role name. (required)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 enterMaintenanceModeCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role name. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand enterMaintenanceMode(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> enterMaintenanceModeWithHttpInfo(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call enterMaintenanceModeAsync(String roleName, ApiCallback<ApiCommand> callback) throws ApiException
roleName
- The role name. (required)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 exitMaintenanceModeCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role name. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCommand exitMaintenanceMode(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCommand> exitMaintenanceModeWithHttpInfo(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call exitMaintenanceModeAsync(String roleName, ApiCallback<ApiCommand> callback) throws ApiException
roleName
- The role name. (required)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 getFullLogCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to fetch logs from. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String getFullLog(String roleName) throws ApiException
roleName
- The role to fetch logs from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getFullLogWithHttpInfo(String roleName) throws ApiException
roleName
- The role to fetch logs from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getFullLogAsync(String roleName, ApiCallback<String> callback) throws ApiException
roleName
- The role to fetch logs from. (required)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 getStacksLogCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to fetch stacks logs from. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String getStacksLog(String roleName) throws ApiException
roleName
- The role to fetch stacks logs from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getStacksLogWithHttpInfo(String roleName) throws ApiException
roleName
- The role to fetch stacks logs from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStacksLogAsync(String roleName, ApiCallback<String> callback) throws ApiException
roleName
- The role to fetch stacks logs from. (required)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 getStacksLogsBundleCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to fetch the stacks logs bundle from. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void getStacksLogsBundle(String roleName) throws ApiException
roleName
- The role to fetch the stacks logs bundle from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> getStacksLogsBundleWithHttpInfo(String roleName) throws ApiException
roleName
- The role to fetch the stacks logs bundle from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStacksLogsBundleAsync(String roleName, ApiCallback<Void> callback) throws ApiException
roleName
- The role to fetch the stacks logs bundle from. (required)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 getStandardErrorCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to fetch stderr from. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String getStandardError(String roleName) throws ApiException
roleName
- The role to fetch stderr from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getStandardErrorWithHttpInfo(String roleName) throws ApiException
roleName
- The role to fetch stderr from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStandardErrorAsync(String roleName, ApiCallback<String> callback) throws ApiException
roleName
- The role to fetch stderr from. (required)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 getStandardOutputCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to fetch stdout from. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String getStandardOutput(String roleName) throws ApiException
roleName
- The role to fetch stdout from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getStandardOutputWithHttpInfo(String roleName) throws ApiException
roleName
- The role to fetch stdout from. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStandardOutputAsync(String roleName, ApiCallback<String> callback) throws ApiException
roleName
- The role to fetch stdout from. (required)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 listActiveCommandsCall(String roleName, String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role name. (required)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 ApiCommandList listActiveCommands(String roleName, String view) throws ApiException
roleName
- The role name. (required)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<ApiCommandList> listActiveCommandsWithHttpInfo(String roleName, String view) throws ApiException
roleName
- The role name. (required)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 listActiveCommandsAsync(String roleName, String view, ApiCallback<ApiCommandList> callback) throws ApiException
roleName
- The role name. (required)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 readRoleCall(String roleName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role name. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRole readRole(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRole> readRoleWithHttpInfo(String roleName) throws ApiException
roleName
- The role name. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readRoleAsync(String roleName, ApiCallback<ApiRole> callback) throws ApiException
roleName
- The role name. (required)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 readRoleConfigCall(String roleName, String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to look up. (required)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 readRoleConfig(String roleName, String view) throws ApiException
roleName
- The role to look up. (required)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> readRoleConfigWithHttpInfo(String roleName, String view) throws ApiException
roleName
- The role to look up. (required)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 readRoleConfigAsync(String roleName, String view, ApiCallback<ApiConfigList> callback) throws ApiException
roleName
- The role to look up. (required)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 readRolesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleList readRoles() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleList> readRolesWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readRolesAsync(ApiCallback<ApiRoleList> 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 objectpublic com.squareup.okhttp.Call updateRoleConfigCall(String roleName, String message, ApiConfigList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
roleName
- The role to modify. (required)message
- Optional message describing the changes. (optional)body
- Configuration changes. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiConfigList updateRoleConfig(String roleName, String message, ApiConfigList body) throws ApiException
roleName
- The role to modify. (required)message
- Optional message describing the changes. (optional)body
- Configuration changes. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> updateRoleConfigWithHttpInfo(String roleName, String message, ApiConfigList body) throws ApiException
roleName
- The role to modify. (required)message
- Optional message describing the changes. (optional)body
- Configuration changes. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRoleConfigAsync(String roleName, String message, ApiConfigList body, ApiCallback<ApiConfigList> callback) throws ApiException
roleName
- The role to modify. (required)message
- Optional message describing the changes. (optional)body
- Configuration 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 © 2019. All rights reserved.