| 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 body)
Add a new Shared Scope
This operation can be used to add a new Shared Scope.
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesNameGet(String apiId,
String name,
String ifNoneMatch)
Get a scope of an API
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesNamePut(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesPost(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
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 body)
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 body)
Add a new Shared Scope
This operation can be used to add a new Shared Scope.
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesNameGetWithHttpInfo(String apiId,
String name,
String ifNoneMatch)
Get a scope of an API
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesNamePutWithHttpInfo(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesPostWithHttpInfo(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
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 body)
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 body)
Add a new Shared Scope
This operation can be used to add a new Shared Scope.
|
com.squareup.okhttp.Call |
ScopesApi.addSharedScopeAsync(ScopeDTO body,
ApiCallback<ScopeDTO> callback)
Add a new Shared Scope (asynchronously)
This operation can be used to add a new Shared Scope.
|
com.squareup.okhttp.Call |
ScopesApi.addSharedScopeCall(ScopeDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addSharedScope
|
ApiResponse<ScopeDTO> |
ScopesApi.addSharedScopeWithHttpInfo(ScopeDTO body)
Add a new Shared Scope
This operation can be used to add a new Shared Scope.
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesNamePut(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNamePutAsync(String apiId,
String name,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Update a Scope of an API (asynchronously)
This operation can be used to update scope of an API
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNamePutCall(String apiId,
String name,
ScopeDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesNamePut
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesNamePutWithHttpInfo(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesPost(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesPostAsync(String apiId,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Add a new scope to an API (asynchronously)
This operation can be used to add a new scope to an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesPostCall(String apiId,
ScopeDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesPost
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesPostWithHttpInfo(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
ScopeDTO |
ScopesApi.updateSharedScope(String scopeId,
ScopeDTO body)
Update a Shared Scope
This operation can be used to update a Shared Scope by a given scope Id.
|
com.squareup.okhttp.Call |
ScopesApi.updateSharedScopeAsync(String scopeId,
ScopeDTO body,
ApiCallback<ScopeDTO> callback)
Update a Shared Scope (asynchronously)
This operation can be used to update a Shared Scope by a given scope Id.
|
com.squareup.okhttp.Call |
ScopesApi.updateSharedScopeCall(String scopeId,
ScopeDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSharedScope
|
ApiResponse<ScopeDTO> |
ScopesApi.updateSharedScopeWithHttpInfo(String scopeId,
ScopeDTO body)
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 |
|---|---|
com.squareup.okhttp.Call |
ScopesApi.addSharedScopeAsync(ScopeDTO body,
ApiCallback<ScopeDTO> callback)
Add a new Shared Scope (asynchronously)
This operation can be used to add a new Shared Scope.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNameGetAsync(String apiId,
String name,
String ifNoneMatch,
ApiCallback<ScopeDTO> callback)
Get a scope of an API (asynchronously)
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNamePutAsync(String apiId,
String name,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Update a Scope of an API (asynchronously)
This operation can be used to update scope of an API
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesPostAsync(String apiId,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Add a new scope to an API (asynchronously)
This operation can be used to add a new scope to an API.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.Call |
ScopesApi.updateSharedScopeAsync(String scopeId,
ScopeDTO body,
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.addBindingsItem(String bindingsItem) |
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 |
|---|---|
ScopeListDTO |
ScopeListDTO.addListItem(ScopeDTO listItem) |
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 © 2020 WSO2 Inc. All rights reserved.