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