public enum ManagedAppDataEncryptionType extends java.lang.Enum<ManagedAppDataEncryptionType>
| Enum Constant and Description |
|---|
AFTER_DEVICE_RESTART
after Device Restart
|
UNEXPECTED_VALUE
For ManagedAppDataEncryptionType values that were not expected from the service
|
USE_DEVICE_SETTINGS
use Device Settings
|
WHEN_DEVICE_LOCKED
when Device Locked
|
WHEN_DEVICE_LOCKED_EXCEPT_OPEN_FILES
when Device Locked Except Open Files
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedAppDataEncryptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedAppDataEncryptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedAppDataEncryptionType USE_DEVICE_SETTINGS
public static final ManagedAppDataEncryptionType AFTER_DEVICE_RESTART
public static final ManagedAppDataEncryptionType WHEN_DEVICE_LOCKED_EXCEPT_OPEN_FILES
public static final ManagedAppDataEncryptionType WHEN_DEVICE_LOCKED
public static final ManagedAppDataEncryptionType UNEXPECTED_VALUE
public static ManagedAppDataEncryptionType[] values()
for (ManagedAppDataEncryptionType c : ManagedAppDataEncryptionType.values()) System.out.println(c);
public static ManagedAppDataEncryptionType 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