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 classWhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImplMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppInteractiveMessageBuilder.SectionRowBuilder Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl. createRow()WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl. description(String description)WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl. id(String id)WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilderImpl.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.SectionRowBuilderWhatsAppInteractiveMessageBuilder.SectionBuilder. createRow()Start creating a row in the section.WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilder.SectionRowBuilder. description(String description)The user visible description of the row.WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilder.SectionRowBuilder. id(String id)The unique identifier of the row.WhatsAppInteractiveMessageBuilder.SectionRowBuilderWhatsAppInteractiveMessageBuilder.SectionRowBuilder. title(String title)The user visible text in the row.
-