public class WhatsAppInteractiveButtonsActionContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BUTTONS |
| Constructor and Description |
|---|
WhatsAppInteractiveButtonsActionContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveButtonsActionContent |
addButtonsItem(WhatsAppInteractiveButtonContent buttonsItem) |
WhatsAppInteractiveButtonsActionContent |
buttons(List<WhatsAppInteractiveButtonContent> buttons) |
boolean |
equals(Object o) |
List<WhatsAppInteractiveButtonContent> |
getButtons()
An array of buttons sent in a message.
|
int |
hashCode() |
void |
setButtons(List<WhatsAppInteractiveButtonContent> buttons) |
String |
toString() |
public static final String SERIALIZED_NAME_BUTTONS
public WhatsAppInteractiveButtonsActionContent()
public WhatsAppInteractiveButtonsActionContent buttons(List<WhatsAppInteractiveButtonContent> buttons)
public WhatsAppInteractiveButtonsActionContent addButtonsItem(WhatsAppInteractiveButtonContent buttonsItem)
public List<WhatsAppInteractiveButtonContent> getButtons()
public void setButtons(List<WhatsAppInteractiveButtonContent> buttons)
Copyright © 2022. All rights reserved.