public enum DeviceComplianceActionType extends java.lang.Enum<DeviceComplianceActionType>
| Enum Constant and Description |
|---|
BLOCK
block
|
NO_ACTION
no Action
|
NOTIFICATION
notification
|
PUSH_NOTIFICATION
push Notification
|
REMOVE_RESOURCE_ACCESS_PROFILES
remove Resource Access Profiles
|
RETIRE
retire
|
UNEXPECTED_VALUE
For DeviceComplianceActionType values that were not expected from the service
|
WIPE
wipe
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceComplianceActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceComplianceActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceComplianceActionType NO_ACTION
public static final DeviceComplianceActionType NOTIFICATION
public static final DeviceComplianceActionType BLOCK
public static final DeviceComplianceActionType RETIRE
public static final DeviceComplianceActionType WIPE
public static final DeviceComplianceActionType REMOVE_RESOURCE_ACCESS_PROFILES
public static final DeviceComplianceActionType PUSH_NOTIFICATION
public static final DeviceComplianceActionType UNEXPECTED_VALUE
public static DeviceComplianceActionType[] values()
for (DeviceComplianceActionType c : DeviceComplianceActionType.values()) System.out.println(c);
public static DeviceComplianceActionType 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