Uses of Enum
io.dialob.api.form.FormValidationError.Level
Packages that use FormValidationError.Level
-
Uses of FormValidationError.Level in io.dialob.api.form
Methods in io.dialob.api.form that return FormValidationError.LevelModifier and TypeMethodDescriptiondefault FormValidationError.LevelFormValidationError.getLevel()ImmutableFormValidationError.getLevel()static FormValidationError.LevelReturns the enum constant of this type with the specified name.static FormValidationError.Level[]FormValidationError.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dialob.api.form with parameters of type FormValidationError.LevelModifier and TypeMethodDescriptionImmutableFormValidationError.Builder.level(FormValidationError.Level level) Initializes the value for thelevelattribute.ImmutableFormValidationError.withLevel(FormValidationError.Level value) Copy the current immutable object by setting a value for thelevelattribute.