public class WhatsAppInteractiveListMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CALLBACK_DATA |
static String |
SERIALIZED_NAME_CONTENT |
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
WhatsAppInteractiveListMessage() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveListMessage |
callbackData(String callbackData) |
WhatsAppInteractiveListMessage |
content(WhatsAppInteractiveListContent content) |
boolean |
equals(Object o) |
WhatsAppInteractiveListMessage |
from(String from) |
String |
getCallbackData()
Custom client data that will be included in a [Delivery
Report](#channels/whatsapp/receive-whatsapp-delivery-reports).
|
WhatsAppInteractiveListContent |
getContent()
Get content
|
String |
getFrom()
Registered WhatsApp sender number.
|
String |
getMessageId()
The ID that uniquely identifies the message sent.
|
String |
getTo()
Message recipient number.
|
int |
hashCode() |
WhatsAppInteractiveListMessage |
messageId(String messageId) |
void |
setCallbackData(String callbackData) |
void |
setContent(WhatsAppInteractiveListContent content) |
void |
setFrom(String from) |
void |
setMessageId(String messageId) |
void |
setTo(String to) |
WhatsAppInteractiveListMessage |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CALLBACK_DATA
public WhatsAppInteractiveListMessage from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppInteractiveListMessage to(String to)
public String getTo()
public void setTo(String to)
public WhatsAppInteractiveListMessage messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public WhatsAppInteractiveListMessage content(WhatsAppInteractiveListContent content)
public WhatsAppInteractiveListContent getContent()
public void setContent(WhatsAppInteractiveListContent content)
public WhatsAppInteractiveListMessage callbackData(String callbackData)
public String getCallbackData()
public void setCallbackData(String callbackData)
Copyright © 2022. All rights reserved.