public class SystemScopesApi extends Object
| Constructor and Description |
|---|
SystemScopesApi() |
SystemScopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
ScopeListDTO |
systemScopesGet()
Get the list of role scope mapping.
|
com.squareup.okhttp.Call |
systemScopesGetAsync(ApiCallback<ScopeListDTO> callback)
Get the list of role scope mapping.
|
com.squareup.okhttp.Call |
systemScopesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemScopesGet
|
ApiResponse<ScopeListDTO> |
systemScopesGetWithHttpInfo()
Get the list of role scope mapping.
|
public SystemScopesApi()
public SystemScopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call systemScopesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ScopeListDTO systemScopesGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScopeListDTO> systemScopesGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call systemScopesGetAsync(ApiCallback<ScopeListDTO> 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 objectCopyright © 2020 WSO2 Inc. All rights reserved.