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