public enum DeviceManagementExportJobLocalizationType extends java.lang.Enum<DeviceManagementExportJobLocalizationType>
| Enum Constant and Description |
|---|
LOCALIZED_VALUES_AS_ADDITIONAL_COLUMN
localized Values As Additional Column
|
REPLACE_LOCALIZABLE_VALUES
replace Localizable Values
|
UNEXPECTED_VALUE
For DeviceManagementExportJobLocalizationType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExportJobLocalizationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExportJobLocalizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementExportJobLocalizationType LOCALIZED_VALUES_AS_ADDITIONAL_COLUMN
public static final DeviceManagementExportJobLocalizationType REPLACE_LOCALIZABLE_VALUES
public static final DeviceManagementExportJobLocalizationType UNEXPECTED_VALUE
public static DeviceManagementExportJobLocalizationType[] values()
for (DeviceManagementExportJobLocalizationType c : DeviceManagementExportJobLocalizationType.values()) System.out.println(c);
public static DeviceManagementExportJobLocalizationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null