| 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 |
|---|---|
ResourcePolicyListDTO |
ApiResourcePoliciesApi.getAPIResourcePolicies(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch)
Get the Resource Policy(inflow/outflow) Definitions
This operation can be used to retrieve conversion policy resource definitions of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResourcePolicyListDTO> |
ApiResourcePoliciesApi.getAPIResourcePoliciesWithHttpInfo(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch)
Get the Resource Policy(inflow/outflow) Definitions
This operation can be used to retrieve conversion policy resource definitions of an API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesAsync(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch,
ApiCallback<ResourcePolicyListDTO> _callback)
Get the Resource Policy(inflow/outflow) Definitions (asynchronously)
This operation can be used to retrieve conversion policy resource definitions of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePolicyListDTO |
ResourcePolicyListDTO.count(Integer count) |
ResourcePolicyListDTO |
ResourcePolicyListDTO.list(List<ResourcePolicyInfoDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.