Uses of Interface
io.dialob.executor.command.UpdateRequiredCommand
-
Packages that use UpdateRequiredCommand Package Description io.dialob.executor.command -
-
Uses of UpdateRequiredCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateRequiredCommand Modifier and Type Class Description classImmutableUpdateRequiredCommandImmutable implementation ofUpdateRequiredCommand.Methods in io.dialob.executor.command that return UpdateRequiredCommand Modifier and Type Method Description static UpdateRequiredCommandCommandFactory. requiredUpdate(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateRequiredCommand Modifier and Type Method Description static ImmutableUpdateRequiredCommandImmutableUpdateRequiredCommand. copyOf(UpdateRequiredCommand instance)Creates an immutable copy of aUpdateRequiredCommandvalue.ImmutableUpdateRequiredCommand.BuilderImmutableUpdateRequiredCommand.Builder. from(UpdateRequiredCommand instance)Fill a builder with attribute values from the providedUpdateRequiredCommandinstance.
-