Uses of Class
io.dialob.api.form.ImmutableForm
Packages that use ImmutableForm
-
Uses of ImmutableForm in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormModifier and TypeMethodDescriptionImmutableForm.Builder.build()Builds a newImmutableForm.static ImmutableFormCreates an immutable copy of aFormvalue.final ImmutableFormModifiableForm.toImmutable()Converts toImmutableForm.final ImmutableFormCopy the current immutable object by replacing thedatamap with the specified map.final ImmutableFormCopy the current immutable object by setting a value for theidattribute.final ImmutableFormImmutableForm.withMetadata(Form.Metadata value) Copy the current immutable object by setting a value for themetadataattribute.final ImmutableFormCopy the current immutable object by setting a value for thenameattribute.final ImmutableFormImmutableForm.withNamespaces(Map<String, ? extends Form> entries) Copy the current immutable object by replacing thenamespacesmap with the specified map.final ImmutableFormImmutableForm.withRequiredErrorText(Map<String, ? extends String> entries) Copy the current immutable object by replacing therequiredErrorTextmap with the specified map.final ImmutableFormCopy the current immutable object by setting a value for therevattribute.final ImmutableFormImmutableForm.withValueSets(FormValueSet... elements) Copy the current immutable object with elements that replace the content ofvalueSets.final ImmutableFormImmutableForm.withValueSets(Iterable<? extends FormValueSet> elements) Copy the current immutable object with elements that replace the content ofvalueSets.final ImmutableFormImmutableForm.withVariables(Variable... elements) Copy the current immutable object with elements that replace the content ofvariables.final ImmutableFormImmutableForm.withVariables(Iterable<? extends Variable> elements) Copy the current immutable object with elements that replace the content ofvariables.