Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GatewayPolicyMappingsDTO
Packages that use GatewayPolicyMappingsDTO
Package
Description
-
Uses of GatewayPolicyMappingsDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GatewayPolicyMappingsDTOModifier and TypeMethodDescriptionGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingId(String gatewayPolicyMappingId) Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.GatewayPoliciesApi.updateGatewayPoliciesToFlows(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GatewayPolicyMappingsDTOModifier and TypeMethodDescriptionGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdWithHttpInfo(String gatewayPolicyMappingId) Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.GatewayPoliciesApi.updateGatewayPoliciesToFlowsWithHttpInfo(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type GatewayPolicyMappingsDTOModifier and TypeMethodDescriptionGatewayPoliciesApi.addGatewayPoliciesToFlows(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsAsync(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingInfoDTO> _callback) Engage gateway policies to the request, response, fault flows (asynchronously) This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsCall(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for addGatewayPoliciesToFlowsGatewayPoliciesApi.addGatewayPoliciesToFlowsWithHttpInfo(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.GatewayPoliciesApi.updateGatewayPoliciesToFlows(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback) Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsCall(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for updateGatewayPoliciesToFlowsGatewayPoliciesApi.updateGatewayPoliciesToFlowsWithHttpInfo(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GatewayPolicyMappingsDTOModifier and TypeMethodDescriptionokhttp3.CallGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdAsync(String gatewayPolicyMappingId, ApiCallback<GatewayPolicyMappingsDTO> _callback) Retrieve information of a selected gateway policy mapping (asynchronously) This operation can be used to retrieve information of a selected gateway policy mapping.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback) Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows. -
Uses of GatewayPolicyMappingsDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GatewayPolicyMappingsDTOModifier and TypeMethodDescriptionGatewayPolicyMappingsDTO.appliedGatewayLabels(List<String> appliedGatewayLabels) GatewayPolicyMappingsDTO.description(String description) GatewayPolicyMappingsDTO.displayName(String displayName) GatewayPolicyMappingsDTO.policyMapping(APIOperationPoliciesDTO policyMapping)