Uses of Interface
io.dialob.executor.command.UpdateLabelCommand
-
Packages that use UpdateLabelCommand Package Description io.dialob.executor.command -
-
Uses of UpdateLabelCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateLabelCommand Modifier and Type Class Description classImmutableUpdateLabelCommandImmutable implementation ofUpdateLabelCommand.Methods in io.dialob.executor.command that return UpdateLabelCommand Modifier and Type Method Description static UpdateLabelCommandCommandFactory. labelUpdate(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateLabelCommand Modifier and Type Method Description static ImmutableUpdateLabelCommandImmutableUpdateLabelCommand. copyOf(UpdateLabelCommand instance)Creates an immutable copy of aUpdateLabelCommandvalue.ImmutableUpdateLabelCommand.BuilderImmutableUpdateLabelCommand.Builder. from(UpdateLabelCommand instance)Fill a builder with attribute values from the providedUpdateLabelCommandinstance.
-