Uses of Class
io.dialob.session.engine.session.command.ImmutableCreateRowGroupFromPrototypeCommand
Packages that use ImmutableCreateRowGroupFromPrototypeCommand
-
Uses of ImmutableCreateRowGroupFromPrototypeCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableCreateRowGroupFromPrototypeCommandModifier and TypeMethodDescriptionImmutableCreateRowGroupFromPrototypeCommand.Builder.build()Builds a newImmutableCreateRowGroupFromPrototypeCommand.ImmutableCreateRowGroupFromPrototypeCommand.copyOf(CreateRowGroupFromPrototypeCommand instance) Creates an immutable copy of aCreateRowGroupFromPrototypeCommandvalue.ImmutableCreateRowGroupFromPrototypeCommand.of(ItemId itemPrototypeId, Iterable<? extends Trigger<ItemStates>> triggers) Construct a new immutableCreateRowGroupFromPrototypeCommandinstance.ImmutableCreateRowGroupFromPrototypeCommand.of(ItemId itemPrototypeId, List<Trigger<ItemStates>> triggers) Construct a new immutableCreateRowGroupFromPrototypeCommandinstance.ImmutableCreateRowGroupFromPrototypeCommand.withItemPrototypeId(ItemId value) Copy the current immutable object by setting a value for theitemPrototypeIdattribute.ImmutableCreateRowGroupFromPrototypeCommand.withTriggers(Trigger<ItemStates>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableCreateRowGroupFromPrototypeCommand.withTriggers(Iterable<? extends Trigger<ItemStates>> elements) Copy the current immutable object with elements that replace the content oftriggers.