Class ImportGridAction.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.Attributes
-
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
public static final class ImportGridAction.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOWNLOAD_IMPORT_ERRORS_SCOPE
The attribute name to specify the scope to download the import file with errors.static String
DOWNLOAD_IMPORT_ERRORS_URI
The attribute name to specify the uri to download the import file with errors.static String
IMPORT_TYPE
The attribute name to specify the import type.
-
-
-
Field Detail
-
IMPORT_TYPE
public static final String IMPORT_TYPE
The attribute name to specify the import type.
-
DOWNLOAD_IMPORT_ERRORS_URI
public static final String DOWNLOAD_IMPORT_ERRORS_URI
The attribute name to specify the uri to download the import file with errors.
-
DOWNLOAD_IMPORT_ERRORS_SCOPE
public static final String DOWNLOAD_IMPORT_ERRORS_SCOPE
The attribute name to specify the scope to download the import file with errors.
-
-