Uses of Class
io.dialob.session.engine.session.command.ImmutableSetVariablePending
Packages that use ImmutableSetVariablePending
-
Uses of ImmutableSetVariablePending in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableSetVariablePendingModifier and TypeMethodDescriptionImmutableSetVariablePending.Builder.build()Builds a newImmutableSetVariablePending.static ImmutableSetVariablePendingImmutableSetVariablePending.copyOf(SetVariablePending instance) Creates an immutable copy of aSetVariablePendingvalue.static ImmutableSetVariablePendingConstruct a new immutableSetVariablePendinginstance.static ImmutableSetVariablePendingConstruct a new immutableSetVariablePendinginstance.ImmutableSetVariablePending.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableSetVariablePending.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableSetVariablePending.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.