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