Uses of Interface
io.dialob.executor.command.UpdateValueSetCommand
-
Packages that use UpdateValueSetCommand Package Description io.dialob.executor.command -
-
Uses of UpdateValueSetCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateValueSetCommand Modifier and Type Class Description classImmutableUpdateValueSetCommandImmutable implementation ofUpdateValueSetCommand.Methods in io.dialob.executor.command that return UpdateValueSetCommand Modifier and Type Method Description static UpdateValueSetCommandCommandFactory. updateValueSet(ValueSetId targetId, List<Value<ValueSet.Entry>> entries)Methods in io.dialob.executor.command with parameters of type UpdateValueSetCommand Modifier and Type Method Description static ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. copyOf(UpdateValueSetCommand instance)Creates an immutable copy of aUpdateValueSetCommandvalue.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. from(UpdateValueSetCommand instance)Fill a builder with attribute values from the providedUpdateValueSetCommandinstance.
-