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