public enum DeviceManagementSubscriptionState extends java.lang.Enum<DeviceManagementSubscriptionState>
| Enum Constant and Description |
|---|
ACTIVE
active
|
BLOCKED
blocked
|
DELETED
deleted
|
DISABLED
disabled
|
LOCKED_OUT
locked Out
|
PENDING
pending
|
UNEXPECTED_VALUE
For DeviceManagementSubscriptionState values that were not expected from the service
|
WARNING
warning
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementSubscriptionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementSubscriptionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementSubscriptionState PENDING
public static final DeviceManagementSubscriptionState ACTIVE
public static final DeviceManagementSubscriptionState WARNING
public static final DeviceManagementSubscriptionState DISABLED
public static final DeviceManagementSubscriptionState DELETED
public static final DeviceManagementSubscriptionState BLOCKED
public static final DeviceManagementSubscriptionState LOCKED_OUT
public static final DeviceManagementSubscriptionState UNEXPECTED_VALUE
public static DeviceManagementSubscriptionState[] values()
for (DeviceManagementSubscriptionState c : DeviceManagementSubscriptionState.values()) System.out.println(c);
public static DeviceManagementSubscriptionState 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