Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyListDTO
-
Packages that use ResourcePolicyListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ResourcePolicyListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ResourcePolicyListDTO Modifier and Type Method Description ResourcePolicyListDTOApiResourcePoliciesApi. 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ResourcePolicyListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ResourcePolicyListDTO Modifier and Type Method Description okhttp3.CallApiResourcePoliciesApi. 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. -
Uses of ResourcePolicyListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ResourcePolicyListDTO Modifier and Type Method Description ResourcePolicyListDTOResourcePolicyListDTO. count(Integer count)ResourcePolicyListDTOResourcePolicyListDTO. list(List<ResourcePolicyInfoDTO> list)
-