Class WhatsAppInteractiveMessageDto.Action
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- Enclosing class:
- WhatsAppInteractiveMessageDto
public static class WhatsAppInteractiveMessageDto.Action extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringbuttonprotected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>buttonsprotected Collection<WhatsAppInteractiveMessageDto.Section>sections
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetButton()Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>getButtons()Collection<WhatsAppInteractiveMessageDto.Section>getSections()voidsetButton(String button)voidsetButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons)voidsetSections(Collection<WhatsAppInteractiveMessageDto.Section> sections)
-
-
-
Field Detail
-
button
protected String button
-
sections
protected Collection<WhatsAppInteractiveMessageDto.Section> sections
-
buttons
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons
-
-
Method Detail
-
getButton
public String getButton()
-
setButton
public void setButton(String button)
-
getSections
public Collection<WhatsAppInteractiveMessageDto.Section> getSections()
-
setSections
public void setSections(Collection<WhatsAppInteractiveMessageDto.Section> sections)
-
getButtons
public Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> getButtons()
-
setButtons
public void setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons)
-
-