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