Uses of Interface
io.dialob.program.model.ValueSet.Entry
-
Packages that use ValueSet.Entry Package Description io.dialob.executor.command io.dialob.program.model -
-
Uses of ValueSet.Entry in io.dialob.executor.command
Methods in io.dialob.executor.command that return types with arguments of type ValueSet.Entry Modifier and Type Method Description com.google.common.collect.ImmutableList<Value<ValueSet.Entry>>ImmutableUpdateValueSetCommand. getEntries()List<Value<ValueSet.Entry>>UpdateValueSetCommand. getEntries()Method parameters in io.dialob.executor.command with type arguments of type ValueSet.Entry Modifier and Type Method Description ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Adds elements toentrieslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addEntries(Value<ValueSet.Entry> element)Adds one element toentrieslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. entries(Iterable<? extends Value<ValueSet.Entry>> elements)Sets or replaces all elements forentrieslist.static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers)Construct a new immutableUpdateValueSetCommandinstance.static UpdateValueSetCommandCommandFactory. updateValueSet(ValueSetId targetId, List<Value<ValueSet.Entry>> entries)ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. withEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Copy the current immutable object with elements that replace the content ofentries. -
Uses of ValueSet.Entry in io.dialob.program.model
Classes in io.dialob.program.model that implement ValueSet.Entry Modifier and Type Class Description static classImmutableValueSet.EntryImmutable implementation ofValueSet.Entry.Methods in io.dialob.program.model that return types with arguments of type ValueSet.Entry Modifier and Type Method Description com.google.common.collect.ImmutableList<Value<ValueSet.Entry>>ImmutableValueSet. getEntries()List<Value<ValueSet.Entry>>ValueSet. getEntries()Methods in io.dialob.program.model with parameters of type ValueSet.Entry Modifier and Type Method Description static ImmutableValueSet.EntryImmutableValueSet.Entry. copyOf(ValueSet.Entry instance)Creates an immutable copy of aValueSet.Entryvalue.ImmutableValueSet.Entry.BuilderImmutableValueSet.Entry.Builder. from(ValueSet.Entry instance)Fill a builder with attribute values from the providedEntryinstance.Method parameters in io.dialob.program.model with type arguments of type ValueSet.Entry Modifier and Type Method Description ImmutableValueSet.BuilderImmutableValueSet.Builder. addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Adds elements toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. addEntries(Value<ValueSet.Entry> element)Adds one element toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. entries(Iterable<? extends Value<ValueSet.Entry>> elements)Sets or replaces all elements forentrieslist.ImmutableValueSetImmutableValueSet. withEntries(Iterable<? extends Value<ValueSet.Entry>> elements)Copy the current immutable object with elements that replace the content ofentries.
-