public class WhatsAppInboundTextMessage extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TEXT |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppInboundTextMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getText()
Content of the end user's message.
|
int |
hashCode() |
void |
setText(String text) |
WhatsAppInboundTextMessage |
text(String text) |
String |
toString() |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_TEXT
public WhatsAppInboundTextMessage text(String text)
public String getText()
public void setText(String text)
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.