Uses of Class
org.wso2.am.integration.clients.governance.api.dto.ActionDTO
-
Packages that use ActionDTO Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of ActionDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return ActionDTO Modifier and Type Method Description ActionDTOActionDTO. ruleSeverity(ActionDTO.RuleSeverityEnum ruleSeverity)ActionDTOActionDTO. state(ActionDTO.StateEnum state)ActionDTOActionDTO. type(ActionDTO.TypeEnum type)Methods in org.wso2.am.integration.clients.governance.api.dto that return types with arguments of type ActionDTO Modifier and Type Method Description List<ActionDTO>APIMGovernancePolicyDTO. getActions()List of actions taken when the governance policy is violated.Method parameters in org.wso2.am.integration.clients.governance.api.dto with type arguments of type ActionDTO Modifier and Type Method Description APIMGovernancePolicyDTOAPIMGovernancePolicyDTO. actions(List<ActionDTO> actions)voidAPIMGovernancePolicyDTO. setActions(List<ActionDTO> actions)
-