Uses of Class
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.RuleSeverityEnum
-
Packages that use ActionDTO.RuleSeverityEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of ActionDTO.RuleSeverityEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return ActionDTO.RuleSeverityEnum Modifier and Type Method Description static ActionDTO.RuleSeverityEnumActionDTO.RuleSeverityEnum. fromValue(String value)ActionDTO.RuleSeverityEnumActionDTO. getRuleSeverity()The severity of the rule to which the action is linked to.ActionDTO.RuleSeverityEnumActionDTO.RuleSeverityEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ActionDTO.RuleSeverityEnumActionDTO.RuleSeverityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionDTO.RuleSeverityEnum[]ActionDTO.RuleSeverityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type ActionDTO.RuleSeverityEnum Modifier and Type Method Description ActionDTOActionDTO. ruleSeverity(ActionDTO.RuleSeverityEnum ruleSeverity)voidActionDTO. setRuleSeverity(ActionDTO.RuleSeverityEnum ruleSeverity)voidActionDTO.RuleSeverityEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.RuleSeverityEnum enumeration)
-