Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateValueSetCommand
Packages that use ImmutableUpdateValueSetCommand
-
Uses of ImmutableUpdateValueSetCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateValueSetCommandModifier and TypeMethodDescriptionImmutableUpdateValueSetCommand.Builder.build()Builds a newImmutableUpdateValueSetCommand.ImmutableUpdateValueSetCommand.copyOf(UpdateValueSetCommand instance) Creates an immutable copy of aUpdateValueSetCommandvalue.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.ImmutableUpdateValueSetCommand.withEntries(Value<ValueSet.Entry>... elements) Copy the current immutable object with elements that replace the content ofentries.ImmutableUpdateValueSetCommand.withEntries(Iterable<? extends Value<ValueSet.Entry>> elements) Copy the current immutable object with elements that replace the content ofentries.ImmutableUpdateValueSetCommand.withTargetId(ValueSetId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateValueSetCommand.withTriggers(Trigger<ValueSetState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateValueSetCommand.withTriggers(Iterable<? extends Trigger<ValueSetState>> elements) Copy the current immutable object with elements that replace the content oftriggers.