| 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.
|
ScopeListDTO |
ScopesApi.getSharedScopes(Integer limit,
Integer offset)
Get all available Shared Scopes
This operation can be used to get all the available Shared Scopes.
|
| 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.
|
ApiResponse<ScopeListDTO> |
ScopesApi.getSharedScopesWithHttpInfo(Integer limit,
Integer offset)
Get all available Shared Scopes
This operation can be used to get all the available Shared Scopes.
|
| 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.
|
com.squareup.okhttp.Call |
ScopesApi.getSharedScopesAsync(Integer limit,
Integer offset,
ApiCallback<ScopeListDTO> callback)
Get all available Shared Scopes (asynchronously)
This operation can be used to get all the available Shared Scopes.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ScopeListDTO.addListItem(ScopeDTO listItem) |
ScopeListDTO |
ScopeListDTO.count(Integer count) |
ScopeListDTO |
ScopeListDTO.list(List<ScopeDTO> list) |
ScopeListDTO |
ScopeListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.