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 classWhatsAppInteractiveMessageBuilderImpl.SectionBuilderImplMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.SectionBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuilderWhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl. addRow()WhatsAppInteractiveMessageBuilder.SectionBuilderWhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl. createSection()WhatsAppInteractiveMessageBuilder.SectionBuilderWhatsAppInteractiveMessageBuilderImpl.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.SectionBuilderWhatsAppInteractiveMessageBuilder.SectionRowBuilder. addRow()Add the previously configured row.WhatsAppInteractiveMessageBuilder.SectionBuilderWhatsAppInteractiveMessageBuilder.ListMessageBuilder. createSection()Start creating a section for a list messageWhatsAppInteractiveMessageBuilder.SectionBuilderWhatsAppInteractiveMessageBuilder.SectionBuilder. title(String title)The title of the section.
-