public class AuthRoleMetadatasResourceApi extends Object
Constructor and Description |
---|
AuthRoleMetadatasResourceApi() |
AuthRoleMetadatasResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
ApiAuthRoleMetadataList |
readAuthRolesMetadata(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
com.squareup.okhttp.Call |
readAuthRolesMetadataAsync(String view,
ApiCallback<ApiAuthRoleMetadataList> callback)
Returns a list of the auth roles' metadata for the built-in roles.
|
com.squareup.okhttp.Call |
readAuthRolesMetadataCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readAuthRolesMetadata
|
ApiResponse<ApiAuthRoleMetadataList> |
readAuthRolesMetadataWithHttpInfo(String view)
Returns a list of the auth roles' metadata for the built-in roles.
|
void |
setApiClient(ApiClient apiClient) |
public AuthRoleMetadatasResourceApi()
public AuthRoleMetadatasResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call readAuthRolesMetadataCall(String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
view
- (optional, default to summary)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiAuthRoleMetadataList readAuthRolesMetadata(String view) throws ApiException
view
- (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiAuthRoleMetadataList> readAuthRolesMetadataWithHttpInfo(String view) throws ApiException
view
- (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 readAuthRolesMetadataAsync(String view, ApiCallback<ApiAuthRoleMetadataList> callback) throws ApiException
view
- (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 objectCopyright © 2019. All rights reserved.