public static enum WhatsAppBusinessAccount.EnumCategory extends Enum<WhatsAppBusinessAccount.EnumCategory>
| Enum Constant and Description |
|---|
VALUE_AUTHENTICATION |
VALUE_MARKETING |
VALUE_UTILITY |
| 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.
|
@SerializedName(value="AUTHENTICATION") public static final WhatsAppBusinessAccount.EnumCategory VALUE_AUTHENTICATION
@SerializedName(value="MARKETING") public static final WhatsAppBusinessAccount.EnumCategory VALUE_MARKETING
@SerializedName(value="UTILITY") public static final WhatsAppBusinessAccount.EnumCategory VALUE_UTILITY
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 © 2024. All rights reserved.