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