Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateLabelCommand
Packages that use ImmutableUpdateLabelCommand
-
Uses of ImmutableUpdateLabelCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateLabelCommandModifier and TypeMethodDescriptionImmutableUpdateLabelCommand.Builder.build()Builds a newImmutableUpdateLabelCommand.static ImmutableUpdateLabelCommandImmutableUpdateLabelCommand.copyOf(UpdateLabelCommand instance) Creates an immutable copy of aUpdateLabelCommandvalue.static ImmutableUpdateLabelCommandImmutableUpdateLabelCommand.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateLabelCommandinstance.static ImmutableUpdateLabelCommandImmutableUpdateLabelCommand.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateLabelCommandinstance.ImmutableUpdateLabelCommand.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateLabelCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateLabelCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateLabelCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.