Package | Description |
---|---|
com.flowable.engage.external.system.whatsapp | |
com.flowable.engage.external.system.whatsapp.api |
Modifier and Type | Class and Description |
---|---|
static class |
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl |
Modifier and Type | Method and Description |
---|---|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl.createRow() |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl.description(String description) |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl.id(String id) |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl.title(String title) |
Modifier and Type | Method and Description |
---|---|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilder.SectionBuilder.createRow()
Start creating a row in the section.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder.description(String description)
The user visible description of the row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder.id(String id)
The unique identifier of the row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
WhatsAppInteractiveMessageBuilder.SectionRowBuilder.title(String title)
The user visible text in the row.
|