Uses of Interface
io.dialob.executor.command.SetVariableValue
-
Packages that use SetVariableValue Package Description io.dialob.executor.command -
-
Uses of SetVariableValue in io.dialob.executor.command
Classes in io.dialob.executor.command that implement SetVariableValue Modifier and Type Class Description classImmutableSetVariableValueImmutable implementation ofSetVariableValue.Methods in io.dialob.executor.command that return SetVariableValue Modifier and Type Method Description static SetVariableValueCommandFactory. setVariableValue(ItemId id, Object value)Methods in io.dialob.executor.command with parameters of type SetVariableValue Modifier and Type Method Description static ImmutableSetVariableValueImmutableSetVariableValue. copyOf(SetVariableValue instance)Creates an immutable copy of aSetVariableValuevalue.ImmutableSetVariableValue.BuilderImmutableSetVariableValue.Builder. from(SetVariableValue instance)Fill a builder with attribute values from the providedSetVariableValueinstance.
-