Uses of Class
io.dialob.session.engine.session.command.ImmutableSetVariableValue
Packages that use ImmutableSetVariableValue
-
Uses of ImmutableSetVariableValue in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableSetVariableValueModifier and TypeMethodDescriptionImmutableSetVariableValue.Builder.build()Builds a newImmutableSetVariableValue.static ImmutableSetVariableValueImmutableSetVariableValue.copyOf(SetVariableValue instance) Creates an immutable copy of aSetVariableValuevalue.static ImmutableSetVariableValueImmutableSetVariableValue.of(ItemId targetId, Object value, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableSetVariableValueinstance.static ImmutableSetVariableValueConstruct a new immutableSetVariableValueinstance.ImmutableSetVariableValue.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableSetVariableValue.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableSetVariableValue.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.Copy the current immutable object by setting a value for thevalueattribute.