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 String
button
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
buttons
protected Collection<WhatsAppInteractiveMessageDto.Section>
sections
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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)
-
-