public static enum MessengerProfile.EnumFields extends Enum<MessengerProfile.EnumFields>
| Enum Constant and Description |
|---|
NULL |
VALUE_ACCOUNT_LINKING_URL |
VALUE_GET_STARTED |
VALUE_GREETING |
VALUE_HOME_URL |
VALUE_PAYMENT_SETTINGS |
VALUE_PERSISTENT_MENU |
VALUE_TARGET_AUDIENCE |
VALUE_WHITELISTED_DOMAINS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MessengerProfile.EnumFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessengerProfile.EnumFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessengerProfile.EnumFields VALUE_GET_STARTED
public static final MessengerProfile.EnumFields VALUE_PERSISTENT_MENU
public static final MessengerProfile.EnumFields VALUE_TARGET_AUDIENCE
public static final MessengerProfile.EnumFields VALUE_WHITELISTED_DOMAINS
public static final MessengerProfile.EnumFields VALUE_GREETING
public static final MessengerProfile.EnumFields VALUE_ACCOUNT_LINKING_URL
public static final MessengerProfile.EnumFields VALUE_PAYMENT_SETTINGS
public static final MessengerProfile.EnumFields VALUE_HOME_URL
public static final MessengerProfile.EnumFields NULL
public static MessengerProfile.EnumFields[] values()
for (MessengerProfile.EnumFields c : MessengerProfile.EnumFields.values()) System.out.println(c);
public static MessengerProfile.EnumFields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MessengerProfile.EnumFields>Copyright © 2018. All rights reserved.