public static enum BadgeEntity.Status extends java.lang.Enum<BadgeEntity.Status>
BadgeEntity.status().| Enum Constant and Description |
|---|
ACTIVATED
Badge activated
|
PENDING_LOGIN
Badge pending login
|
PENDING_PHONE_NUMBER_ENROLLMENT
Badge pending mobile phone number enrollment
|
PENDING_PHONE_NUMBER_VERIFICATION
Badge pending mobile phone number verification
|
PENDING_PROFILE_PHOTO
Badge pending profile photo upload
|
PENDING_TYPE_PRIVACY_POLICY
Badge pending privacy policy acknowledgement
|
PENDING_TYPE_TERM_OF_USE
Badge pending terms of use acknowledgement
|
REVOKED
Badge revoked on current device by network administrator on Network Manager
|
| Modifier and Type | Method and Description |
|---|---|
static BadgeEntity.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BadgeEntity.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BadgeEntity.Status REVOKED
public static final BadgeEntity.Status PENDING_LOGIN
public static final BadgeEntity.Status PENDING_PHONE_NUMBER_ENROLLMENT
public static final BadgeEntity.Status PENDING_PHONE_NUMBER_VERIFICATION
public static final BadgeEntity.Status PENDING_PROFILE_PHOTO
public static final BadgeEntity.Status PENDING_TYPE_PRIVACY_POLICY
public static final BadgeEntity.Status PENDING_TYPE_TERM_OF_USE
public static final BadgeEntity.Status ACTIVATED
public static BadgeEntity.Status[] values()
for (BadgeEntity.Status c : BadgeEntity.Status.values()) System.out.println(c);
public static BadgeEntity.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