| 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 |
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> |
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 |
|---|---|
okhttp3.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.count(Integer count) |
ScopeListDTO |
ScopeListDTO.list(List<ScopeDTO> list) |
ScopeListDTO |
ScopeListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.