Uses of Class
io.dialob.session.engine.session.command.ImmutableInitRowGroupItemsCommand
Packages that use ImmutableInitRowGroupItemsCommand
-
Uses of ImmutableInitRowGroupItemsCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableInitRowGroupItemsCommandModifier and TypeMethodDescriptionImmutableInitRowGroupItemsCommand.Builder.build()Builds a newImmutableInitRowGroupItemsCommand.ImmutableInitRowGroupItemsCommand.copyOf(InitRowGroupItemsCommand instance) Creates an immutable copy of aInitRowGroupItemsCommandvalue.ImmutableInitRowGroupItemsCommand.of(ItemId targetId, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableInitRowGroupItemsCommandinstance.Construct a new immutableInitRowGroupItemsCommandinstance.ImmutableInitRowGroupItemsCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableInitRowGroupItemsCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableInitRowGroupItemsCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.