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