public static enum WhatsAppBusinessAccount.EnumCategory extends Enum<WhatsAppBusinessAccount.EnumCategory>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhatsAppBusinessAccount.EnumCategory VALUE_ACCOUNT_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_ALERT_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_APPOINTMENT_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_AUTO_REPLY
public static final WhatsAppBusinessAccount.EnumCategory VALUE_ISSUE_RESOLUTION
public static final WhatsAppBusinessAccount.EnumCategory VALUE_PAYMENT_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_PERSONAL_FINANCE_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_RESERVATION_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_SHIPPING_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_TICKET_UPDATE
public static final WhatsAppBusinessAccount.EnumCategory VALUE_TRANSPORTATION_UPDATE
public static WhatsAppBusinessAccount.EnumCategory[] values()
for (WhatsAppBusinessAccount.EnumCategory c : WhatsAppBusinessAccount.EnumCategory.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumCategory 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.EnumCategory>Copyright © 2020. All rights reserved.