Uses of Class
io.dialob.session.engine.session.command.ImmutableRemoveRowItemsCommand
Packages that use ImmutableRemoveRowItemsCommand
-
Uses of ImmutableRemoveRowItemsCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableRemoveRowItemsCommandModifier and TypeMethodDescriptionImmutableRemoveRowItemsCommand.Builder.build()Builds a newImmutableRemoveRowItemsCommand.ImmutableRemoveRowItemsCommand.copyOf(RemoveRowItemsCommand instance) Creates an immutable copy of aRemoveRowItemsCommandvalue.Construct a new immutableRemoveRowItemsCommandinstance.Construct a new immutableRemoveRowItemsCommandinstance.ImmutableRemoveRowItemsCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableRemoveRowItemsCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableRemoveRowItemsCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.