Uses of Interface
io.dialob.session.engine.program.model.ValueSet.Entry
Packages that use ValueSet.Entry
-
Uses of ValueSet.Entry in io.dialob.session.engine.program.model
Classes in io.dialob.session.engine.program.model that implement ValueSet.EntryMethods in io.dialob.session.engine.program.model that return types with arguments of type ValueSet.EntryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Value<ValueSet.Entry>> ImmutableValueSet.getEntries()ValueSet.getEntries()Methods in io.dialob.session.engine.program.model with parameters of type ValueSet.EntryModifier and TypeMethodDescriptionstatic ImmutableValueSet.EntryImmutableValueSet.Entry.copyOf(ValueSet.Entry instance) Creates an immutable copy of aValueSet.Entryvalue.ImmutableValueSet.Entry.Builder.from(ValueSet.Entry instance) Fill a builder with attribute values from the providedEntryinstance.Method parameters in io.dialob.session.engine.program.model with type arguments of type ValueSet.EntryModifier and TypeMethodDescriptionImmutableValueSet.Builder.addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Adds elements toentrieslist.ImmutableValueSet.Builder.addEntries(Value<ValueSet.Entry> element) Adds one element toentrieslist.ImmutableValueSet.Builder.entries(Iterable<? extends Value<ValueSet.Entry>> elements) Sets or replaces all elements forentrieslist.final ImmutableValueSetImmutableValueSet.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.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return types with arguments of type ValueSet.EntryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Value<ValueSet.Entry>> ImmutableUpdateValueSetCommand.getEntries()UpdateValueSetCommand.getEntries()Method parameters in io.dialob.session.engine.session.command with type arguments of type ValueSet.EntryModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.Builder.addAllEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Adds elements toentrieslist.ImmutableUpdateValueSetCommand.Builder.addEntries(Value<ValueSet.Entry> element) Adds one element toentrieslist.ImmutableUpdateValueSetCommand.Builder.entries(Iterable<? extends Value<ValueSet.Entry>> elements) Sets or replaces all elements forentrieslist.ImmutableUpdateValueSetCommand.of(ValueSetId targetId, Iterable<? extends Value<ValueSet.Entry>> entries, Iterable<? extends Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.ImmutableUpdateValueSetCommand.of(ValueSetId targetId, List<Value<ValueSet.Entry>> entries, List<Trigger<ValueSetState>> triggers) Construct a new immutableUpdateValueSetCommandinstance.static UpdateValueSetCommandCommandFactory.updateValueSet(ValueSetId valueSetId, List<Value<ValueSet.Entry>> entries) ImmutableUpdateValueSetCommand.withEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Copy the current immutable object with elements that replace the content ofentries.