Uses of Class
de.hybris.platform.servicelayer.impex.ExportConfig.ValidationMode
-
Packages that use ExportConfig.ValidationMode Package Description de.hybris.platform.servicelayer.impex -
-
Uses of ExportConfig.ValidationMode in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return ExportConfig.ValidationMode Modifier and Type Method Description ExportConfig.ValidationModeExportConfig. getValidationMode()Gets the configured validation mode of export.static ExportConfig.ValidationModeExportConfig.ValidationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExportConfig.ValidationMode[]ExportConfig.ValidationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.servicelayer.impex with parameters of type ExportConfig.ValidationMode Modifier and Type Method Description voidExportConfig. setValidationMode(ExportConfig.ValidationMode validationMode)Sets the validation mode for export.
-