public enum DeviceManagementPartnerTenantState extends java.lang.Enum<DeviceManagementPartnerTenantState>
Enum Constant and Description |
---|
ENABLED
enabled
|
REJECTED
rejected
|
TERMINATED
terminated
|
UNAVAILABLE
unavailable
|
UNEXPECTED_VALUE
For DeviceManagementPartnerTenantState values that were not expected from the service
|
UNKNOWN
unknown
|
UNRESPONSIVE
unresponsive
|
Modifier and Type | Method and Description |
---|---|
static DeviceManagementPartnerTenantState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementPartnerTenantState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementPartnerTenantState UNKNOWN
public static final DeviceManagementPartnerTenantState UNAVAILABLE
public static final DeviceManagementPartnerTenantState ENABLED
public static final DeviceManagementPartnerTenantState TERMINATED
public static final DeviceManagementPartnerTenantState REJECTED
public static final DeviceManagementPartnerTenantState UNRESPONSIVE
public static final DeviceManagementPartnerTenantState UNEXPECTED_VALUE
public static DeviceManagementPartnerTenantState[] values()
for (DeviceManagementPartnerTenantState c : DeviceManagementPartnerTenantState.values()) System.out.println(c);
public static DeviceManagementPartnerTenantState 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