Uses of Interface
io.dialob.api.form.FormValueSetEntry
Packages that use FormValueSetEntry
-
Uses of FormValueSetEntry in io.dialob.api.form
Classes in io.dialob.api.form that implement FormValueSetEntryModifier and TypeClassDescriptionfinal classImmutable implementation ofFormValueSetEntry.final classA modifiable implementation of theFormValueSetEntrytype.Methods in io.dialob.api.form that return types with arguments of type FormValueSetEntryModifier and TypeMethodDescriptionFormValueSet.getEntries()ImmutableFormValueSet.getEntries()final List<FormValueSetEntry>ModifiableFormValueSet.getEntries()Methods in io.dialob.api.form with parameters of type FormValueSetEntryModifier and TypeMethodDescriptionImmutableFormValueSet.Builder.addEntries(FormValueSetEntry element) Adds one element toentrieslist.ImmutableFormValueSet.Builder.addEntries(FormValueSetEntry... elements) Adds elements toentrieslist.ModifiableFormValueSet.addEntries(FormValueSetEntry element) Adds one element toentrieslist.final ModifiableFormValueSetModifiableFormValueSet.addEntries(FormValueSetEntry... elements) Adds elements toentrieslist.static ImmutableFormValueSetEntryImmutableFormValueSetEntry.copyOf(FormValueSetEntry instance) Creates an immutable copy of aFormValueSetEntryvalue.ImmutableFormValueSetEntry.Builder.from(FormValueSetEntry instance) Fill a builder with attribute values from the providedFormValueSetEntryinstance.ModifiableFormValueSetEntry.from(FormValueSetEntry instance) Fill this modifiable instance with attribute values from the providedFormValueSetEntryinstance.final ImmutableFormValueSetImmutableFormValueSet.withEntries(FormValueSetEntry... elements) Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.api.form with type arguments of type FormValueSetEntryModifier and TypeMethodDescriptionImmutableFormValueSet.Builder.addAllEntries(Iterable<? extends FormValueSetEntry> elements) Adds elements toentrieslist.ModifiableFormValueSet.addAllEntries(Iterable<? extends FormValueSetEntry> elements) Adds elements toentrieslist.ImmutableFormValueSet.Builder.entries(Iterable<? extends FormValueSetEntry> elements) Sets or replaces all elements forentrieslist.ModifiableFormValueSet.setEntries(Iterable<? extends FormValueSetEntry> elements) Sets or replaces all elements forentrieslist.final ImmutableFormValueSetImmutableFormValueSet.withEntries(Iterable<? extends FormValueSetEntry> elements) Copy the current immutable object with elements that replace the content ofentries.