| 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.getAPIResourcePoliciesByPolicyId(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.
|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyId(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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.getAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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.updateAPIResourcePoliciesByPolicyId(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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.
|
okhttp3.Call |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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.
|
okhttp3.Call |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdCall(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
String ifMatch,
ApiCallback _callback)
Build call for updateAPIResourcePoliciesByPolicyId
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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 |
|---|---|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdAsync(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ApiCallback<ResourcePolicyInfoDTO> _callback)
Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.
|
okhttp3.Call |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
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.list(List<ResourcePolicyInfoDTO> list) |
void |
ResourcePolicyListDTO.setList(List<ResourcePolicyInfoDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.