public class WhatsAppUrlContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
WhatsAppUrlContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WhatsAppUrlType |
getType()
Get type
|
String |
getUrl()
Contact's url.
|
int |
hashCode() |
void |
setType(WhatsAppUrlType type) |
void |
setUrl(String url) |
String |
toString() |
WhatsAppUrlContent |
type(WhatsAppUrlType type) |
WhatsAppUrlContent |
url(String url) |
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_TYPE
public WhatsAppUrlContent url(String url)
public String getUrl()
public void setUrl(String url)
public WhatsAppUrlContent type(WhatsAppUrlType type)
public WhatsAppUrlType getType()
public void setType(WhatsAppUrlType type)
Copyright © 2022. All rights reserved.