public class ApplicationScopesApi extends Object
| Constructor and Description |
|---|
ApplicationScopesApi() |
ApplicationScopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
applicationsApplicationIdScopesGet(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
com.squareup.okhttp.Call |
applicationsApplicationIdScopesGetAsync(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch,
ApiCallback<ScopeListDTO> callback)
Get scopes of application (asynchronously)
Get scopes associated with a particular application based on subscribed APIs
|
com.squareup.okhttp.Call |
applicationsApplicationIdScopesGetCall(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdScopesGet
|
ApiResponse<ScopeListDTO> |
applicationsApplicationIdScopesGetWithHttpInfo(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationScopesApi()
public ApplicationScopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationsApplicationIdScopesGetCall(String applicationId, Boolean filterByUserRoles, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)filterByUserRoles - Filter user by roles. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ScopeListDTO applicationsApplicationIdScopesGet(String applicationId, Boolean filterByUserRoles, String ifNoneMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)filterByUserRoles - Filter user by roles. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ScopeListDTO> applicationsApplicationIdScopesGetWithHttpInfo(String applicationId, Boolean filterByUserRoles, String ifNoneMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)filterByUserRoles - Filter user by roles. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdScopesGetAsync(String applicationId, Boolean filterByUserRoles, String ifNoneMatch, ApiCallback<ScopeListDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)filterByUserRoles - Filter user by roles. (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 © 2020 WSO2 Inc. All rights reserved.