Uses of Enum Class
com.vaadin.appsec.backend.model.osv.response.Severity.Type
Packages that use Severity.Type
-
Uses of Severity.Type in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return Severity.TypeModifier and TypeMethodDescriptionstatic Severity.TypeReturns the type from a string value.Severity.getType()Gets the type.static Severity.TypeReturns the enum constant of this class with the specified name.static Severity.Type[]Severity.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.appsec.backend.model.osv.response with parameters of type Severity.TypeConstructors in com.vaadin.appsec.backend.model.osv.response with parameters of type Severity.TypeModifierConstructorDescriptionSeverity(Severity.Type type, String score) Instantiates a new severity.