public static enum WhatsAppBusinessAccount.EnumConversationTypes extends Enum<WhatsAppBusinessAccount.EnumConversationTypes>
| Enum Constant and Description |
|---|
VALUE_FREE_ENTRY_POINT |
VALUE_FREE_TIER |
VALUE_REGULAR |
VALUE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumConversationTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumConversationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="FREE_ENTRY_POINT") public static final WhatsAppBusinessAccount.EnumConversationTypes VALUE_FREE_ENTRY_POINT
@SerializedName(value="FREE_TIER") public static final WhatsAppBusinessAccount.EnumConversationTypes VALUE_FREE_TIER
@SerializedName(value="REGULAR") public static final WhatsAppBusinessAccount.EnumConversationTypes VALUE_REGULAR
@SerializedName(value="UNKNOWN") public static final WhatsAppBusinessAccount.EnumConversationTypes VALUE_UNKNOWN
public static WhatsAppBusinessAccount.EnumConversationTypes[] values()
for (WhatsAppBusinessAccount.EnumConversationTypes c : WhatsAppBusinessAccount.EnumConversationTypes.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumConversationTypes 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.EnumConversationTypes>Copyright © 2024. All rights reserved.