Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.SeverityBasedRuleViolationCountDTO.SeverityEnum
Packages that use SeverityBasedRuleViolationCountDTO.SeverityEnum
-
Uses of SeverityBasedRuleViolationCountDTO.SeverityEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return SeverityBasedRuleViolationCountDTO.SeverityEnumModifier and TypeMethodDescriptionSeverityBasedRuleViolationCountDTO.getSeverity()Severity level of the rule violation.SeverityBasedRuleViolationCountDTO.SeverityEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.SeverityBasedRuleViolationCountDTO.SeverityEnum.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 SeverityBasedRuleViolationCountDTO.SeverityEnumModifier and TypeMethodDescriptionvoidSeverityBasedRuleViolationCountDTO.setSeverity(SeverityBasedRuleViolationCountDTO.SeverityEnum severity) SeverityBasedRuleViolationCountDTO.severity(SeverityBasedRuleViolationCountDTO.SeverityEnum severity) voidSeverityBasedRuleViolationCountDTO.SeverityEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, SeverityBasedRuleViolationCountDTO.SeverityEnum enumeration)