| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ApplicationScopesApi.applicationsApplicationIdScopesGet(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ScopeListDTO> |
ApplicationScopesApi.applicationsApplicationIdScopesGetWithHttpInfo(String applicationId,
Boolean filterByUserRoles,
String ifNoneMatch)
Get scopes of application
Get scopes associated with a particular application based on subscribed APIs
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationScopesApi.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
|
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ScopeListDTO.addListItem(ScopeInfoDTO listItem) |
ScopeListDTO |
ScopeListDTO.count(Integer count) |
ScopeListDTO |
ScopeListDTO.list(List<ScopeInfoDTO> list) |
ScopeListDTO |
ScopeListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.