Uses of Enum
io.dialob.api.form.FormValidationError.Type
Packages that use FormValidationError.Type
-
Uses of FormValidationError.Type in io.dialob.api.form
Methods in io.dialob.api.form that return FormValidationError.TypeModifier and TypeMethodDescriptionFormValidationError.getType()ImmutableFormValidationError.getType()static FormValidationError.TypeReturns 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.TypeModifier and TypeMethodDescriptionImmutableFormValidationError.Builder.type(FormValidationError.Type type) Initializes the value for thetypeattribute.ImmutableFormValidationError.withType(FormValidationError.Type value) Copy the current immutable object by setting a value for thetypeattribute.