| 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 |
|---|---|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGet(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPut(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGetWithHttpInfo(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutWithHttpInfo(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPut(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch,
ApiCallback<ResourcePolicyInfoDTO> callback)
Update the resource policy(inflow/outflow) definition for the given resource identifier (asynchronously)
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutCall(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdResourcePoliciesResourcePolicyIdPut
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutWithHttpInfo(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGetAsync(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ApiCallback<ResourcePolicyInfoDTO> callback)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch,
ApiCallback<ResourcePolicyInfoDTO> callback)
Update the resource policy(inflow/outflow) definition for the given resource identifier (asynchronously)
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyInfoDTO |
ResourcePolicyInfoDTO.content(String content) |
ResourcePolicyInfoDTO |
ResourcePolicyInfoDTO.httpVerb(String httpVerb) |
ResourcePolicyInfoDTO |
ResourcePolicyInfoDTO.id(String id) |
ResourcePolicyInfoDTO |
ResourcePolicyInfoDTO.resourcePath(String resourcePath) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourcePolicyInfoDTO> |
ResourcePolicyListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyListDTO |
ResourcePolicyListDTO.addListItem(ResourcePolicyInfoDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyListDTO |
ResourcePolicyListDTO.list(List<ResourcePolicyInfoDTO> list) |
void |
ResourcePolicyListDTO.setList(List<ResourcePolicyInfoDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.