Uses of Class
io.dialob.api.form.ImmutableFormValueSet
Packages that use ImmutableFormValueSet
-
Uses of ImmutableFormValueSet in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormValueSetModifier and TypeMethodDescriptionImmutableFormValueSet.Builder.build()Builds a newImmutableFormValueSet.static ImmutableFormValueSetImmutableFormValueSet.copyOf(FormValueSet instance) Creates an immutable copy of aFormValueSetvalue.final ImmutableFormValueSetModifiableFormValueSet.toImmutable()Converts toImmutableFormValueSet.final ImmutableFormValueSetImmutableFormValueSet.withAdditionalProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing theadditionalPropertiesmap with the specified map.final ImmutableFormValueSetImmutableFormValueSet.withEntries(FormValueSetEntry... elements) Copy the current immutable object with elements that replace the content ofentries.final ImmutableFormValueSetImmutableFormValueSet.withEntries(Iterable<? extends FormValueSetEntry> elements) Copy the current immutable object with elements that replace the content ofentries.final ImmutableFormValueSetCopy the current immutable object by setting a value for theidattribute.