public class WhatsAppPhoneContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PHONE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WA_ID |
| Constructor and Description |
|---|
WhatsAppPhoneContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPhone()
Contact's phone number.
|
WhatsAppPhoneType |
getType()
Get type
|
String |
getWaId()
Contact's WhatsApp ID.
|
int |
hashCode() |
WhatsAppPhoneContent |
phone(String phone) |
void |
setPhone(String phone) |
void |
setType(WhatsAppPhoneType type) |
void |
setWaId(String waId) |
String |
toString() |
WhatsAppPhoneContent |
type(WhatsAppPhoneType type) |
WhatsAppPhoneContent |
waId(String waId) |
public static final String SERIALIZED_NAME_PHONE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_WA_ID
public WhatsAppPhoneContent phone(String phone)
public String getPhone()
public void setPhone(String phone)
public WhatsAppPhoneContent type(WhatsAppPhoneType type)
public WhatsAppPhoneType getType()
public void setType(WhatsAppPhoneType type)
public WhatsAppPhoneContent waId(String waId)
public String getWaId()
public void setWaId(String waId)
Copyright © 2022. All rights reserved.