public static class WhatsAppInteractiveMessageDto.Action extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
button |
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> |
buttons |
protected Collection<WhatsAppInteractiveMessageDto.Section> |
sections |
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
String |
getButton() |
Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> |
getButtons() |
Collection<WhatsAppInteractiveMessageDto.Section> |
getSections() |
void |
setButton(String button) |
void |
setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons) |
void |
setSections(Collection<WhatsAppInteractiveMessageDto.Section> sections) |
protected String button
protected Collection<WhatsAppInteractiveMessageDto.Section> sections
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons
public String getButton()
public void setButton(String button)
public Collection<WhatsAppInteractiveMessageDto.Section> getSections()
public void setSections(Collection<WhatsAppInteractiveMessageDto.Section> sections)
public Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> getButtons()
public void setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons)