public class WhatsAppInteractiveButtonsMessage 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 |
|---|
WhatsAppInteractiveButtonsMessage() |
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 WhatsAppInteractiveButtonsMessage from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppInteractiveButtonsMessage to(String to)
public String getTo()
public void setTo(String to)
public WhatsAppInteractiveButtonsMessage messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public WhatsAppInteractiveButtonsMessage content(WhatsAppInteractiveButtonsContent content)
public WhatsAppInteractiveButtonsContent getContent()
public void setContent(WhatsAppInteractiveButtonsContent content)
public WhatsAppInteractiveButtonsMessage callbackData(String callbackData)
public String getCallbackData()
public void setCallbackData(String callbackData)
Copyright © 2022. All rights reserved.