Uses of Interface
io.dialob.executor.command.UpdateValidationCommand
-
Packages that use UpdateValidationCommand Package Description io.dialob.executor.command -
-
Uses of UpdateValidationCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateValidationCommand Modifier and Type Class Description classImmutableUpdateValidationCommandImmutable implementation ofUpdateValidationCommand.Methods in io.dialob.executor.command that return UpdateValidationCommand Modifier and Type Method Description static UpdateValidationCommandCommandFactory. updateValidationCommand(ErrorId errorId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateValidationCommand Modifier and Type Method Description static ImmutableUpdateValidationCommandImmutableUpdateValidationCommand. copyOf(UpdateValidationCommand instance)Creates an immutable copy of aUpdateValidationCommandvalue.ImmutableUpdateValidationCommand.BuilderImmutableUpdateValidationCommand.Builder. from(UpdateValidationCommand instance)Fill a builder with attribute values from the providedio.dialob.executor.command.UpdateValidationCommandinstance.
-