Uses of Enum Class
com.vaadin.appsec.backend.model.osv.response.Range.Type
Packages that use Range.Type
-
Uses of Range.Type in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return Range.TypeModifier and TypeMethodDescriptionstatic Range.TypeReturns the type instance from the string value.Range.getType()Gets the type.static Range.TypeReturns the enum constant of this class with the specified name.static Range.Type[]Range.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 Range.TypeConstructors in com.vaadin.appsec.backend.model.osv.response with parameters of type Range.TypeModifierConstructorDescriptionRange(Range.Type type, String repo, List<Event> events, DatabaseSpecific databaseSpecific) Instantiates a new range.