Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.SectionBuilder
-
Packages that use WhatsAppInteractiveMessageBuilder.SectionBuilder Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.api -
-
Uses of WhatsAppInteractiveMessageBuilder.SectionBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppInteractiveMessageBuilder.SectionBuilder Modifier and Type Class Description static class
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl
Methods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.SectionBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl. addRow()
WhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl. createSection()
WhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl. title(String title)
-
Uses of WhatsAppInteractiveMessageBuilder.SectionBuilder in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppInteractiveMessageBuilder.SectionBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilder.SectionRowBuilder. addRow()
Add the previously configured row.WhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilder.ListMessageBuilder. createSection()
Start creating a section for a list messageWhatsAppInteractiveMessageBuilder.SectionBuilder
WhatsAppInteractiveMessageBuilder.SectionBuilder. title(String title)
The title of the section.
-