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