Uses of Class
io.dialob.api.form.FormValidationError.Type
-
Packages that use FormValidationError.Type Package Description io.dialob.api.form -
-
Uses of FormValidationError.Type in io.dialob.api.form
Methods in io.dialob.api.form that return FormValidationError.Type Modifier and Type Method Description FormValidationError.TypeFormValidationError. getType()FormValidationError.TypeImmutableFormValidationError. getType()static FormValidationError.TypeFormValidationError.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FormValidationError.Type[]FormValidationError.Type. 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.Type Modifier and Type Method Description ImmutableFormValidationError.BuilderImmutableFormValidationError.Builder. type(FormValidationError.Type type)Initializes the value for thetypeattribute.ImmutableFormValidationErrorImmutableFormValidationError. withType(FormValidationError.Type value)Copy the current immutable object by setting a value for thetypeattribute.
-