public static enum WhatsAppBusinessAccount.EnumDisplayFormat extends Enum<WhatsAppBusinessAccount.EnumDisplayFormat>
| Enum Constant and Description |
|---|
VALUE_ORDER_DETAILS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static WhatsAppBusinessAccount.EnumDisplayFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhatsAppBusinessAccount.EnumDisplayFormat[] |
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.EnumDisplayFormat VALUE_ORDER_DETAILS
public static WhatsAppBusinessAccount.EnumDisplayFormat[] values()
for (WhatsAppBusinessAccount.EnumDisplayFormat c : WhatsAppBusinessAccount.EnumDisplayFormat.values()) System.out.println(c);
public static WhatsAppBusinessAccount.EnumDisplayFormat 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.EnumDisplayFormat>Copyright © 2024. All rights reserved.