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