Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.SectionRowBuilder
-
Packages that use WhatsAppInteractiveMessageBuilder.SectionRowBuilder Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.api -
-
Uses of WhatsAppInteractiveMessageBuilder.SectionRowBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppInteractiveMessageBuilder.SectionRowBuilder Modifier and Type Class Description static class
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl
Methods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.SectionRowBuilder Modifier and Type Method 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)
-
Uses of WhatsAppInteractiveMessageBuilder.SectionRowBuilder in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppInteractiveMessageBuilder.SectionRowBuilder Modifier and Type Method 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.
-