Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateRowCanBeRemovedCommand
Packages that use ImmutableUpdateRowCanBeRemovedCommand
-
Uses of ImmutableUpdateRowCanBeRemovedCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateRowCanBeRemovedCommandModifier and TypeMethodDescriptionImmutableUpdateRowCanBeRemovedCommand.Builder.build()Builds a newImmutableUpdateRowCanBeRemovedCommand.ImmutableUpdateRowCanBeRemovedCommand.copyOf(UpdateRowCanBeRemovedCommand instance) Creates an immutable copy of aUpdateRowCanBeRemovedCommandvalue.ImmutableUpdateRowCanBeRemovedCommand.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateRowCanBeRemovedCommandinstance.ImmutableUpdateRowCanBeRemovedCommand.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateRowCanBeRemovedCommandinstance.ImmutableUpdateRowCanBeRemovedCommand.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateRowCanBeRemovedCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateRowCanBeRemovedCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateRowCanBeRemovedCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.