public enum MobilePrivacyStatus extends java.lang.Enum<MobilePrivacyStatus>
| Enum Constant and Description |
|---|
MOBILE_PRIVACY_STATUS_OPT_IN |
MOBILE_PRIVACY_STATUS_OPT_OUT |
MOBILE_PRIVACY_STATUS_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getValue() |
static MobilePrivacyStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobilePrivacyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobilePrivacyStatus MOBILE_PRIVACY_STATUS_OPT_IN
public static final MobilePrivacyStatus MOBILE_PRIVACY_STATUS_OPT_OUT
public static final MobilePrivacyStatus MOBILE_PRIVACY_STATUS_UNKNOWN
public static MobilePrivacyStatus[] values()
for (MobilePrivacyStatus c : MobilePrivacyStatus.values()) System.out.println(c);
public static MobilePrivacyStatus 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 nullprotected int getValue()