public class WhatsAppAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WhatsAppAddress.TypeEnum
Type of an address.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_COUNTRY_CODE |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_STREET |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_ZIP |
| Constructor and Description |
|---|
WhatsAppAddress() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppAddress |
city(String city) |
WhatsAppAddress |
country(String country) |
WhatsAppAddress |
countryCode(String countryCode) |
boolean |
equals(Object o) |
String |
getCity()
City name.
|
String |
getCountry()
Country name.
|
String |
getCountryCode()
Country code value.
|
String |
getState()
State name.
|
String |
getStreet()
Street name.
|
WhatsAppAddress.TypeEnum |
getType()
Type of an address.
|
String |
getZip()
Zip value.
|
int |
hashCode() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setState(String state) |
void |
setStreet(String street) |
void |
setType(WhatsAppAddress.TypeEnum type) |
void |
setZip(String zip) |
WhatsAppAddress |
state(String state) |
WhatsAppAddress |
street(String street) |
String |
toString() |
WhatsAppAddress |
type(WhatsAppAddress.TypeEnum type) |
WhatsAppAddress |
zip(String zip) |
public static final String SERIALIZED_NAME_STREET
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_ZIP
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_TYPE
public WhatsAppAddress street(String street)
public String getStreet()
public void setStreet(String street)
public WhatsAppAddress city(String city)
public String getCity()
public void setCity(String city)
public WhatsAppAddress state(String state)
public String getState()
public void setState(String state)
public WhatsAppAddress zip(String zip)
public String getZip()
public void setZip(String zip)
public WhatsAppAddress country(String country)
public String getCountry()
public void setCountry(String country)
public WhatsAppAddress countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public WhatsAppAddress type(WhatsAppAddress.TypeEnum type)
public WhatsAppAddress.TypeEnum getType()
public void setType(WhatsAppAddress.TypeEnum type)
Copyright © 2022. All rights reserved.