public class WhatsAppEmail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WhatsAppEmail.TypeEnum
Type of an email
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EMAIL |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
WhatsAppEmail() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppEmail |
email(String email) |
boolean |
equals(Object o) |
String |
getEmail()
Email of a contact.
|
WhatsAppEmail.TypeEnum |
getType()
Type of an email
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setType(WhatsAppEmail.TypeEnum type) |
String |
toString() |
WhatsAppEmail |
type(WhatsAppEmail.TypeEnum type) |
public static final String SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_TYPE
public WhatsAppEmail email(String email)
public String getEmail()
public void setEmail(String email)
public WhatsAppEmail type(WhatsAppEmail.TypeEnum type)
public WhatsAppEmail.TypeEnum getType()
public void setType(WhatsAppEmail.TypeEnum type)
Copyright © 2022. All rights reserved.