| 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.apisApiIdResourcePoliciesGet(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.apisApiIdResourcePoliciesGetWithHttpInfo(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 |
|---|---|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesGetAsync(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.addListItem(ResourcePolicyInfoDTO listItem) |
ResourcePolicyListDTO |
ResourcePolicyListDTO.count(Integer count) |
ResourcePolicyListDTO |
ResourcePolicyListDTO.list(List<ResourcePolicyInfoDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.