| 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 |
|---|---|
ScopeDTO |
ScopesApi.addSharedScope(ScopeDTO scopeDTO)
Add a New Shared Scope
This operation can be used to add a new Shared Scope.
|
ScopeDTO |
ScopesApi.getSharedScope(String scopeId)
Get a Shared Scope by Scope Id
This operation can be used to retrieve details of a Shared Scope by a given scope Id.
|
ScopeDTO |
ScopesApi.updateSharedScope(String scopeId,
ScopeDTO scopeDTO)
Update a Shared Scope
This operation can be used to update a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ScopeDTO> |
ScopesApi.addSharedScopeWithHttpInfo(ScopeDTO scopeDTO)
Add a New Shared Scope
This operation can be used to add a new Shared Scope.
|
ApiResponse<ScopeDTO> |
ScopesApi.getSharedScopeWithHttpInfo(String scopeId)
Get a Shared Scope by Scope Id
This operation can be used to retrieve details of a Shared Scope by a given scope Id.
|
ApiResponse<ScopeDTO> |
ScopesApi.updateSharedScopeWithHttpInfo(String scopeId,
ScopeDTO scopeDTO)
Update a Shared Scope
This operation can be used to update a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
ScopesApi.addSharedScope(ScopeDTO scopeDTO)
Add a New Shared Scope
This operation can be used to add a new Shared Scope.
|
okhttp3.Call |
ScopesApi.addSharedScopeAsync(ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback)
Add a New Shared Scope (asynchronously)
This operation can be used to add a new Shared Scope.
|
okhttp3.Call |
ScopesApi.addSharedScopeCall(ScopeDTO scopeDTO,
ApiCallback _callback)
Build call for addSharedScope
|
ApiResponse<ScopeDTO> |
ScopesApi.addSharedScopeWithHttpInfo(ScopeDTO scopeDTO)
Add a New Shared Scope
This operation can be used to add a new Shared Scope.
|
ScopeDTO |
ScopesApi.updateSharedScope(String scopeId,
ScopeDTO scopeDTO)
Update a Shared Scope
This operation can be used to update a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.updateSharedScopeAsync(String scopeId,
ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback)
Update a Shared Scope (asynchronously)
This operation can be used to update a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.updateSharedScopeCall(String scopeId,
ScopeDTO scopeDTO,
ApiCallback _callback)
Build call for updateSharedScope
|
ApiResponse<ScopeDTO> |
ScopesApi.updateSharedScopeWithHttpInfo(String scopeId,
ScopeDTO scopeDTO)
Update a Shared Scope
This operation can be used to update a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ScopesApi.addSharedScopeAsync(ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback)
Add a New Shared Scope (asynchronously)
This operation can be used to add a new Shared Scope.
|
okhttp3.Call |
ScopesApi.getSharedScopeAsync(String scopeId,
ApiCallback<ScopeDTO> _callback)
Get a Shared Scope by Scope Id (asynchronously)
This operation can be used to retrieve details of a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.updateSharedScopeAsync(String scopeId,
ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback)
Update a Shared Scope (asynchronously)
This operation can be used to update a Shared Scope by a given scope Id.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
ScopeDTO.bindings(List<String> bindings) |
ScopeDTO |
ScopeDTO.description(String description) |
ScopeDTO |
ScopeDTO.displayName(String displayName) |
ScopeDTO |
APIScopeDTO.getScope()
Get scope
|
ScopeDTO |
ScopeDTO.id(String id) |
ScopeDTO |
ScopeDTO.name(String name) |
ScopeDTO |
ScopeDTO.usageCount(Integer usageCount) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopeDTO> |
ScopeListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
APIScopeDTO |
APIScopeDTO.scope(ScopeDTO scope) |
void |
APIScopeDTO.setScope(ScopeDTO scope) |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
ScopeListDTO.list(List<ScopeDTO> list) |
void |
ScopeListDTO.setList(List<ScopeDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.