public class WhatsAppInboundStickerMessage extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_URL |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppInboundStickerMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getUrl()
Url for media download.
|
int |
hashCode() |
void |
setUrl(String url) |
String |
toString() |
WhatsAppInboundStickerMessage |
url(String url) |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_URL
public WhatsAppInboundStickerMessage url(String url)
public String getUrl()
public void setUrl(String url)
public boolean equals(Object o)
equals in class WhatsAppInboundMessagepublic int hashCode()
hashCode in class WhatsAppInboundMessagepublic String toString()
toString in class WhatsAppInboundMessageCopyright © 2022. All rights reserved.