public class WhatsAppUrl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WhatsAppUrl.TypeEnum
Type of a URL.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
WhatsAppUrl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WhatsAppUrl.TypeEnum |
getType()
Type of a URL.
|
String |
getUrl()
Contact URL.
|
int |
hashCode() |
void |
setType(WhatsAppUrl.TypeEnum type) |
void |
setUrl(String url) |
String |
toString() |
WhatsAppUrl |
type(WhatsAppUrl.TypeEnum type) |
WhatsAppUrl |
url(String url) |
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_TYPE
public WhatsAppUrl url(String url)
public String getUrl()
public void setUrl(String url)
public WhatsAppUrl type(WhatsAppUrl.TypeEnum type)
public WhatsAppUrl.TypeEnum getType()
public void setType(WhatsAppUrl.TypeEnum type)
Copyright © 2022. All rights reserved.