Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyInfoDTO
Packages that use ResourcePolicyInfoDTO
Package
Description
-
Uses of ResourcePolicyInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ResourcePolicyInfoDTOModifier and TypeMethodDescriptionApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyId(String apiId, String resourcePolicyId, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ResourcePolicyInfoDTOModifier and TypeMethodDescriptionApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId, String resourcePolicyId, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type ResourcePolicyInfoDTOModifier and TypeMethodDescriptionApiResourcePoliciesApi.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.CallApiResourcePoliciesApi.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.CallApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdCall(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIResourcePoliciesByPolicyIdApiResourcePoliciesApi.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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ResourcePolicyInfoDTOModifier and TypeMethodDescriptionokhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdAsync(String apiId, String resourcePolicyId, String ifNoneMatch, ApiCallback<ResourcePolicyInfoDTO> _callback) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.okhttp3.CallApiResourcePoliciesApi.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. -
Uses of ResourcePolicyInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ResourcePolicyInfoDTOMethods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ResourcePolicyInfoDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ResourcePolicyInfoDTOModifier and TypeMethodDescriptionResourcePolicyListDTO.list(List<ResourcePolicyInfoDTO> list) voidResourcePolicyListDTO.setList(List<ResourcePolicyInfoDTO> list)