public static enum WhatsAppBusinessAccount.EnumCategories extends Enum<WhatsAppBusinessAccount.EnumCategories>
| Enum Constant and Description |
|---|
VALUE_APPOINTMENT_BOOKING |
VALUE_CONTACT_US |
VALUE_CUSTOMER_SUPPORT |
VALUE_LEAD_GENERATION |
VALUE_OTHER |
VALUE_SIGN_IN |
VALUE_SIGN_UP |
VALUE_SURVEY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumCategories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="APPOINTMENT_BOOKING") public static final WhatsAppBusinessAccount.EnumCategories VALUE_APPOINTMENT_BOOKING
@SerializedName(value="CONTACT_US") public static final WhatsAppBusinessAccount.EnumCategories VALUE_CONTACT_US
@SerializedName(value="CUSTOMER_SUPPORT") public static final WhatsAppBusinessAccount.EnumCategories VALUE_CUSTOMER_SUPPORT
@SerializedName(value="LEAD_GENERATION") public static final WhatsAppBusinessAccount.EnumCategories VALUE_LEAD_GENERATION
@SerializedName(value="OTHER") public static final WhatsAppBusinessAccount.EnumCategories VALUE_OTHER
@SerializedName(value="SIGN_IN") public static final WhatsAppBusinessAccount.EnumCategories VALUE_SIGN_IN
@SerializedName(value="SIGN_UP") public static final WhatsAppBusinessAccount.EnumCategories VALUE_SIGN_UP
@SerializedName(value="SURVEY") public static final WhatsAppBusinessAccount.EnumCategories VALUE_SURVEY
public static WhatsAppBusinessAccount.EnumCategories[] values()
for (WhatsAppBusinessAccount.EnumCategories c : WhatsAppBusinessAccount.EnumCategories.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumCategories 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<WhatsAppBusinessAccount.EnumCategories>Copyright © 2024. All rights reserved.