public enum DeviceManagementExchangeAccessState extends java.lang.Enum<DeviceManagementExchangeAccessState>
| Enum Constant and Description |
|---|
ALLOWED
allowed
|
BLOCKED
blocked
|
NONE
none
|
QUARANTINED
quarantined
|
UNEXPECTED_VALUE
For DeviceManagementExchangeAccessState values that were not expected from the service
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeAccessState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeAccessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementExchangeAccessState NONE
public static final DeviceManagementExchangeAccessState UNKNOWN
public static final DeviceManagementExchangeAccessState ALLOWED
public static final DeviceManagementExchangeAccessState BLOCKED
public static final DeviceManagementExchangeAccessState QUARANTINED
public static final DeviceManagementExchangeAccessState UNEXPECTED_VALUE
public static DeviceManagementExchangeAccessState[] values()
for (DeviceManagementExchangeAccessState c : DeviceManagementExchangeAccessState.values()) System.out.println(c);
public static DeviceManagementExchangeAccessState 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