Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ResourcePolicyInfoDTO
-
Packages that use ResourcePolicyInfoDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ResourcePolicyInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ResourcePolicyInfoDTO Modifier and Type Method Description ResourcePolicyInfoDTOApiResourcePoliciesApi. getAPIResourcePoliciesByPolicyId(String apiId, String resourcePolicyId, String ifNoneMatch)Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.ResourcePolicyInfoDTOApiResourcePoliciesApi. 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 ResourcePolicyInfoDTO Modifier and Type Method 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type ResourcePolicyInfoDTO Modifier and Type Method Description ResourcePolicyInfoDTOApiResourcePoliciesApi. 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 updateAPIResourcePoliciesByPolicyIdApiResponse<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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ResourcePolicyInfoDTO Modifier and Type Method Description okhttp3.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 ResourcePolicyInfoDTO Modifier and Type Method Description ResourcePolicyInfoDTOResourcePolicyInfoDTO. content(String content)ResourcePolicyInfoDTOResourcePolicyInfoDTO. httpVerb(String httpVerb)ResourcePolicyInfoDTOResourcePolicyInfoDTO. id(String id)ResourcePolicyInfoDTOResourcePolicyInfoDTO. resourcePath(String resourcePath)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ResourcePolicyInfoDTO Modifier and Type Method Description List<ResourcePolicyInfoDTO>ResourcePolicyListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ResourcePolicyInfoDTO Modifier and Type Method Description ResourcePolicyListDTOResourcePolicyListDTO. list(List<ResourcePolicyInfoDTO> list)voidResourcePolicyListDTO. setList(List<ResourcePolicyInfoDTO> list)
-