public class WhatsAppPhone extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WhatsAppPhone.TypeEnum
Type of a phone.
|
| 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 |
|---|
WhatsAppPhone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPhone()
Contact phone number.
|
WhatsAppPhone.TypeEnum |
getType()
Type of a phone.
|
String |
getWaId()
WhatsApp ID.
|
int |
hashCode() |
WhatsAppPhone |
phone(String phone) |
void |
setPhone(String phone) |
void |
setType(WhatsAppPhone.TypeEnum type) |
void |
setWaId(String waId) |
String |
toString() |
WhatsAppPhone |
type(WhatsAppPhone.TypeEnum type) |
WhatsAppPhone |
waId(String waId) |
public static final String SERIALIZED_NAME_PHONE
public static final String SERIALIZED_NAME_WA_ID
public static final String SERIALIZED_NAME_TYPE
public WhatsAppPhone phone(String phone)
public String getPhone()
public void setPhone(String phone)
public WhatsAppPhone waId(String waId)
public String getWaId()
public void setWaId(String waId)
public WhatsAppPhone type(WhatsAppPhone.TypeEnum type)
public WhatsAppPhone.TypeEnum getType()
public void setType(WhatsAppPhone.TypeEnum type)
Copyright © 2022. All rights reserved.