Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.RuleSeverityEnum
Packages that use ActionDTO.RuleSeverityEnum
-
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.RuleSeverityEnumModifier and TypeMethodDescriptionstatic ActionDTO.RuleSeverityEnumActionDTO.getRuleSeverity()The severity of the rule to which the action is linked to.ActionDTO.RuleSeverityEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ActionDTO.RuleSeverityEnumReturns 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.RuleSeverityEnumModifier and TypeMethodDescriptionActionDTO.ruleSeverity(ActionDTO.RuleSeverityEnum ruleSeverity) voidActionDTO.setRuleSeverity(ActionDTO.RuleSeverityEnum ruleSeverity) voidActionDTO.RuleSeverityEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.RuleSeverityEnum enumeration)