Uses of Class
io.dialob.session.engine.session.command.ImmutableSetVariableFailed
Packages that use ImmutableSetVariableFailed
-
Uses of ImmutableSetVariableFailed in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableSetVariableFailedModifier and TypeMethodDescriptionImmutableSetVariableFailed.Builder.build()Builds a newImmutableSetVariableFailed.static ImmutableSetVariableFailedImmutableSetVariableFailed.copyOf(SetVariableFailed instance) Creates an immutable copy of aSetVariableFailedvalue.static ImmutableSetVariableFailedConstruct a new immutableSetVariableFailedinstance.static ImmutableSetVariableFailedConstruct a new immutableSetVariableFailedinstance.ImmutableSetVariableFailed.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableSetVariableFailed.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableSetVariableFailed.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.