Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateRowsCanBeAddedCommand.Builder
Packages that use ImmutableUpdateRowsCanBeAddedCommand.Builder
-
Uses of ImmutableUpdateRowsCanBeAddedCommand.Builder in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateRowsCanBeAddedCommand.BuilderModifier and TypeMethodDescriptionImmutableUpdateRowsCanBeAddedCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ItemState>> elements) Adds elements totriggerslist.ImmutableUpdateRowsCanBeAddedCommand.Builder.addTriggers(Trigger<ItemState> element) Adds one element totriggerslist.ImmutableUpdateRowsCanBeAddedCommand.Builder.addTriggers(Trigger<ItemState>... elements) Adds elements totriggerslist.ImmutableUpdateRowsCanBeAddedCommand.builder()Creates a builder forImmutableUpdateRowsCanBeAddedCommand.ImmutableUpdateRowsCanBeAddedCommand.Builder.expression(Expression expression) Initializes the value for theexpressionattribute.ImmutableUpdateRowsCanBeAddedCommand.Builder.from(AbstractUpdateBooleanAttributeCommand instance) Fill a builder with attribute values from the providedio.dialob.session.engine.session.command.AbstractUpdateBooleanAttributeCommandinstance.ImmutableUpdateRowsCanBeAddedCommand.Builder.from(UpdateRowsCanBeAddedCommand instance) Fill a builder with attribute values from the providedio.dialob.session.engine.session.command.UpdateRowsCanBeAddedCommandinstance.Initializes the value for thetargetIdattribute.ImmutableUpdateRowsCanBeAddedCommand.Builder.triggers(Iterable<? extends Trigger<ItemState>> elements) Sets or replaces all elements fortriggerslist.