public static interface ValidationStrategy.Builder extends SdkPojo, CopyableBuilder<ValidationStrategy.Builder,ValidationStrategy>
| Modifier and Type | Method and Description |
|---|---|
ValidationStrategy.Builder |
mode(String mode)
The mode of validation for the asset to be creaed or updated.
|
ValidationStrategy.Builder |
mode(ValidationStrategyMode mode)
The mode of validation for the asset to be creaed or updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationStrategy.Builder mode(String mode)
The mode of validation for the asset to be creaed or updated. When you set this value to STRICT,
strict validation for every error is enforced. When you set this value to LENIENT, validation is
skipped for specific UI errors.
mode - The mode of validation for the asset to be creaed or updated. When you set this value to
STRICT, strict validation for every error is enforced. When you set this value to
LENIENT, validation is skipped for specific UI errors.ValidationStrategyMode,
ValidationStrategyModeValidationStrategy.Builder mode(ValidationStrategyMode mode)
The mode of validation for the asset to be creaed or updated. When you set this value to STRICT,
strict validation for every error is enforced. When you set this value to LENIENT, validation is
skipped for specific UI errors.
mode - The mode of validation for the asset to be creaed or updated. When you set this value to
STRICT, strict validation for every error is enforced. When you set this value to
LENIENT, validation is skipped for specific UI errors.ValidationStrategyMode,
ValidationStrategyModeCopyright © 2023. All rights reserved.