public class WhatsAppQuickReplyContent extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PAYLOAD |
static String |
SERIALIZED_NAME_TEXT |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppQuickReplyContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPayload()
Payload of the selected button.
|
String |
getText()
Text of the selected button.
|
int |
hashCode() |
WhatsAppQuickReplyContent |
payload(String payload) |
void |
setPayload(String payload) |
void |
setText(String text) |
WhatsAppQuickReplyContent |
text(String text) |
String |
toString() |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_PAYLOAD
public WhatsAppQuickReplyContent text(String text)
public String getText()
public void setText(String text)
public WhatsAppQuickReplyContent payload(String payload)
public String getPayload()
public void setPayload(String payload)
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.