public static enum WhatsAppBusinessAccount.EnumConversationCategories extends Enum<WhatsAppBusinessAccount.EnumConversationCategories>
Enum Constant and Description |
---|
VALUE_AUTHENTICATION |
VALUE_MARKETING |
VALUE_SERVICE |
VALUE_UNKNOWN |
VALUE_UTILITY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumConversationCategories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumConversationCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUTHENTICATION") public static final WhatsAppBusinessAccount.EnumConversationCategories VALUE_AUTHENTICATION
@SerializedName(value="MARKETING") public static final WhatsAppBusinessAccount.EnumConversationCategories VALUE_MARKETING
@SerializedName(value="SERVICE") public static final WhatsAppBusinessAccount.EnumConversationCategories VALUE_SERVICE
@SerializedName(value="UNKNOWN") public static final WhatsAppBusinessAccount.EnumConversationCategories VALUE_UNKNOWN
@SerializedName(value="UTILITY") public static final WhatsAppBusinessAccount.EnumConversationCategories VALUE_UTILITY
public static WhatsAppBusinessAccount.EnumConversationCategories[] values()
for (WhatsAppBusinessAccount.EnumConversationCategories c : WhatsAppBusinessAccount.EnumConversationCategories.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumConversationCategories 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.EnumConversationCategories>
Copyright © 2023. All rights reserved.