Uses of Interface
io.dialob.executor.command.UpdateDescriptionCommand
-
Packages that use UpdateDescriptionCommand Package Description io.dialob.executor.command -
-
Uses of UpdateDescriptionCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateDescriptionCommand Modifier and Type Class Description classImmutableUpdateDescriptionCommandImmutable implementation ofUpdateDescriptionCommand.Methods in io.dialob.executor.command that return UpdateDescriptionCommand Modifier and Type Method Description static UpdateDescriptionCommandCommandFactory. descriptionUpdate(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateDescriptionCommand Modifier and Type Method Description static ImmutableUpdateDescriptionCommandImmutableUpdateDescriptionCommand. copyOf(UpdateDescriptionCommand instance)Creates an immutable copy of aUpdateDescriptionCommandvalue.ImmutableUpdateDescriptionCommand.BuilderImmutableUpdateDescriptionCommand.Builder. from(UpdateDescriptionCommand instance)Fill a builder with attribute values from the providedUpdateDescriptionCommandinstance.
-