Uses of Interface
io.dialob.api.form.FormValueSetEntry
-
Packages that use FormValueSetEntry Package Description io.dialob.api.form -
-
Uses of FormValueSetEntry in io.dialob.api.form
Classes in io.dialob.api.form that implement FormValueSetEntry Modifier and Type Class Description classImmutableFormValueSetEntryImmutable implementation ofFormValueSetEntry.classModifiableFormValueSetEntryA modifiable implementation of theFormValueSetEntrytype.Methods in io.dialob.api.form that return types with arguments of type FormValueSetEntry Modifier and Type Method Description List<FormValueSetEntry>FormValueSet. getEntries()List<FormValueSetEntry>ImmutableFormValueSet. getEntries()List<FormValueSetEntry>ModifiableFormValueSet. getEntries()Methods in io.dialob.api.form with parameters of type FormValueSetEntry Modifier and Type Method Description ImmutableFormValueSet.BuilderImmutableFormValueSet.Builder. addEntries(FormValueSetEntry element)Adds one element toentrieslist.ImmutableFormValueSet.BuilderImmutableFormValueSet.Builder. addEntries(FormValueSetEntry... elements)Adds elements toentrieslist.ModifiableFormValueSetModifiableFormValueSet. addEntries(FormValueSetEntry element)Adds one element toentrieslist.ModifiableFormValueSetModifiableFormValueSet. addEntries(FormValueSetEntry... elements)Adds elements toentrieslist.static ImmutableFormValueSetEntryImmutableFormValueSetEntry. copyOf(FormValueSetEntry instance)Creates an immutable copy of aFormValueSetEntryvalue.ImmutableFormValueSetEntry.BuilderImmutableFormValueSetEntry.Builder. from(FormValueSetEntry instance)Fill a builder with attribute values from the providedFormValueSetEntryinstance.ModifiableFormValueSetEntryModifiableFormValueSetEntry. from(FormValueSetEntry instance)Fill this modifiable instance with attribute values from the providedFormValueSetEntryinstance.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 FormValueSetEntry Modifier and Type Method Description ImmutableFormValueSet.BuilderImmutableFormValueSet.Builder. addAllEntries(Iterable<? extends FormValueSetEntry> elements)Adds elements toentrieslist.ModifiableFormValueSetModifiableFormValueSet. addAllEntries(Iterable<? extends FormValueSetEntry> elements)Adds elements toentrieslist.ImmutableFormValueSet.BuilderImmutableFormValueSet.Builder. entries(Iterable<? extends FormValueSetEntry> elements)Sets or replaces all elements forentrieslist.ModifiableFormValueSetModifiableFormValueSet. setEntries(Iterable<? extends FormValueSetEntry> elements)Sets or replaces all elements forentrieslist.ImmutableFormValueSetImmutableFormValueSet. withEntries(Iterable<? extends FormValueSetEntry> elements)Copy the current immutable object with elements that replace the content ofentries.
-