public enum DeviceManagementExchangeConnectorStatus extends java.lang.Enum<DeviceManagementExchangeConnectorStatus>
| Enum Constant and Description |
|---|
CONNECTED
connected
|
CONNECTION_PENDING
connection Pending
|
DISCONNECTED
disconnected
|
NONE
none
|
UNEXPECTED_VALUE
For DeviceManagementExchangeConnectorStatus values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementExchangeConnectorStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeConnectorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementExchangeConnectorStatus NONE
public static final DeviceManagementExchangeConnectorStatus CONNECTION_PENDING
public static final DeviceManagementExchangeConnectorStatus CONNECTED
public static final DeviceManagementExchangeConnectorStatus DISCONNECTED
public static final DeviceManagementExchangeConnectorStatus UNEXPECTED_VALUE
public static DeviceManagementExchangeConnectorStatus[] values()
for (DeviceManagementExchangeConnectorStatus c : DeviceManagementExchangeConnectorStatus.values()) System.out.println(c);
public static DeviceManagementExchangeConnectorStatus 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