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