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