| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
ScopeDTO.bindings(ScopeBindingsDTO bindings) |
ScopeDTO |
ScopeDTO.description(String description) |
ScopeDTO |
ScopeDTO.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopeDTO> |
APIProductDTO.getScopes()
Get scopes
|
List<ScopeDTO> |
APIDTO.getScopes()
Get scopes
|
| Modifier and Type | Method and Description |
|---|---|
APIProductDTO |
APIProductDTO.addScopesItem(ScopeDTO scopesItem) |
APIDTO |
APIDTO.addScopesItem(ScopeDTO scopesItem) |
| Modifier and Type | Method and Description |
|---|---|
APIProductDTO |
APIProductDTO.scopes(List<ScopeDTO> scopes) |
APIDTO |
APIDTO.scopes(List<ScopeDTO> scopes) |
void |
APIProductDTO.setScopes(List<ScopeDTO> scopes) |
void |
APIDTO.setScopes(List<ScopeDTO> scopes) |
Copyright © 2019 WSO2 Inc. All rights reserved.