Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateDisabledCommand
Packages that use ImmutableUpdateDisabledCommand
-
Uses of ImmutableUpdateDisabledCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateDisabledCommandModifier and TypeMethodDescriptionImmutableUpdateDisabledCommand.Builder.build()Builds a newImmutableUpdateDisabledCommand.ImmutableUpdateDisabledCommand.copyOf(UpdateDisabledCommand instance) Creates an immutable copy of aUpdateDisabledCommandvalue.ImmutableUpdateDisabledCommand.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateDisabledCommandinstance.ImmutableUpdateDisabledCommand.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateDisabledCommandinstance.ImmutableUpdateDisabledCommand.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateDisabledCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateDisabledCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateDisabledCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.