public class WhatsAppPhoneNumberButtonApiData extends WhatsAppButtonApiData
WhatsAppButtonApiData.TypeEnum| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PHONE_NUMBER |
SERIALIZED_NAME_TEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppPhoneNumberButtonApiData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPhoneNumber()
Phone number to which a phone call would be placed by end-user when hitting the button.
|
int |
hashCode() |
WhatsAppPhoneNumberButtonApiData |
phoneNumber(String phoneNumber) |
void |
setPhoneNumber(String phoneNumber) |
String |
toString() |
public static final String SERIALIZED_NAME_PHONE_NUMBER
public WhatsAppPhoneNumberButtonApiData phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public boolean equals(Object o)
equals in class WhatsAppButtonApiDatapublic int hashCode()
hashCode in class WhatsAppButtonApiDatapublic String toString()
toString in class WhatsAppButtonApiDataCopyright © 2022. All rights reserved.