Uses of Class
io.dialob.session.engine.session.command.ImmutableCreateRowGroupItemsFromPrototypeCommand
Packages that use ImmutableCreateRowGroupItemsFromPrototypeCommand
-
Uses of ImmutableCreateRowGroupItemsFromPrototypeCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableCreateRowGroupItemsFromPrototypeCommandModifier and TypeMethodDescriptionImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.build()Builds a newImmutableCreateRowGroupItemsFromPrototypeCommand.ImmutableCreateRowGroupItemsFromPrototypeCommand.copyOf(CreateRowGroupItemsFromPrototypeCommand instance) Creates an immutable copy of aCreateRowGroupItemsFromPrototypeCommandvalue.ImmutableCreateRowGroupItemsFromPrototypeCommand.of(ItemId targetId, ItemId itemPrototypeId, Iterable<? extends Trigger<ItemStates>> triggers) Construct a new immutableCreateRowGroupItemsFromPrototypeCommandinstance.ImmutableCreateRowGroupItemsFromPrototypeCommand.of(ItemId targetId, ItemId itemPrototypeId, List<Trigger<ItemStates>> triggers) Construct a new immutableCreateRowGroupItemsFromPrototypeCommandinstance.ImmutableCreateRowGroupItemsFromPrototypeCommand.withItemPrototypeId(ItemId value) Copy the current immutable object by setting a value for theitemPrototypeIdattribute.ImmutableCreateRowGroupItemsFromPrototypeCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableCreateRowGroupItemsFromPrototypeCommand.withTriggers(Trigger<ItemStates>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableCreateRowGroupItemsFromPrototypeCommand.withTriggers(Iterable<? extends Trigger<ItemStates>> elements) Copy the current immutable object with elements that replace the content oftriggers.