Uses of Class
io.dialob.api.form.FormValidationError.Level
-
Packages that use FormValidationError.Level Package Description io.dialob.api.form -
-
Uses of FormValidationError.Level in io.dialob.api.form
Methods in io.dialob.api.form that return FormValidationError.Level Modifier and Type Method Description default FormValidationError.LevelFormValidationError. getLevel()FormValidationError.LevelImmutableFormValidationError. getLevel()static FormValidationError.LevelFormValidationError.Level. valueOf(String name)Returns 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.Level Modifier and Type Method Description ImmutableFormValidationError.BuilderImmutableFormValidationError.Builder. level(FormValidationError.Level level)Initializes the value for thelevelattribute.ImmutableFormValidationErrorImmutableFormValidationError. withLevel(FormValidationError.Level value)Copy the current immutable object by setting a value for thelevelattribute.
-