Uses of Class
io.dialob.session.engine.session.command.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder
Packages that use ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder
-
Uses of ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableCreateRowGroupItemsFromPrototypeCommand.BuilderModifier and TypeMethodDescriptionImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ItemStates>> elements) Adds elements totriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.addTriggers(Trigger<ItemStates> element) Adds one element totriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.addTriggers(Trigger<ItemStates>... elements) Adds elements totriggerslist.ImmutableCreateRowGroupItemsFromPrototypeCommand.builder()Creates a builder forImmutableCreateRowGroupItemsFromPrototypeCommand.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.from(CreateRowGroupItemsFromPrototypeCommand instance) Fill a builder with attribute values from the providedCreateRowGroupItemsFromPrototypeCommandinstance.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.itemPrototypeId(ItemId itemPrototypeId) Initializes the value for theitemPrototypeIdattribute.Initializes the value for thetargetIdattribute.ImmutableCreateRowGroupItemsFromPrototypeCommand.Builder.triggers(Iterable<? extends Trigger<ItemStates>> elements) Sets or replaces all elements fortriggerslist.