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