public static enum DeviceBadgeItem.Status extends java.lang.Enum<DeviceBadgeItem.Status>
DeviceBadgeItem.Status of the badge| Enum Constant and Description |
|---|
ACTIVATED
Badge is activated
|
LOGIN_REQUIRED
Badge requires authentication (i.e.
|
VERIFICATION_REQUIRED
Badge requires device provisioning verification
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceBadgeItem.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceBadgeItem.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceBadgeItem.Status LOGIN_REQUIRED
public static final DeviceBadgeItem.Status VERIFICATION_REQUIRED
public static final DeviceBadgeItem.Status ACTIVATED
public static DeviceBadgeItem.Status[] values()
for (DeviceBadgeItem.Status c : DeviceBadgeItem.Status.values()) System.out.println(c);
public static DeviceBadgeItem.Status 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