Uses of Enum
io.dialob.api.form.FormTag.Type
Packages that use FormTag.Type
-
Uses of FormTag.Type in io.dialob.api.form
Methods in io.dialob.api.form that return FormTag.TypeModifier and TypeMethodDescriptiondefault @NotNull FormTag.TypeFormTag.getType()ImmutableFormTag.getType()static FormTag.TypeReturns 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.TypeModifier and TypeMethodDescriptionfinal ImmutableFormTag.BuilderImmutableFormTag.Builder.type(FormTag.Type type) Initializes the value for thetypeattribute.final ImmutableFormTagImmutableFormTag.withType(FormTag.Type value) Copy the current immutable object by setting a value for thetypeattribute.