| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ApiScopesApi.apisApiIdScopesGet(String apiId,
String ifNoneMatch)
Get a list of scopes of an API
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ScopeListDTO> |
ApiScopesApi.apisApiIdScopesGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get a list of scopes of an API
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<ScopeListDTO> callback)
Get a list of scopes of an API (asynchronously)
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ScopeListDTO.addListItem(ScopeListListDTO listItem) |
ScopeListDTO |
ScopeListDTO.count(Integer count) |
ScopeListDTO |
ScopeListDTO.list(List<ScopeListListDTO> list) |
Copyright © 2019 WSO2 Inc. All rights reserved.