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