Interface WhatsAppInteractiveMessageBuilder.ListMessageBuilder
-
- All Known Implementing Classes:
WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
- Enclosing interface:
- WhatsAppInteractiveMessageBuilder
public static interface WhatsAppInteractiveMessageBuilder.ListMessageBuilderBuilder for finishing building the List message details and sending the message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuildercreateSection()Start creating a section for a list messagevoidsend()Perform the sending of the interactive message to the WhatsApp Adapter.
-
-
-
Method Detail
-
createSection
WhatsAppInteractiveMessageBuilder.SectionBuilder createSection()
Start creating a section for a list message- Returns:
- the
WhatsAppInteractiveMessageBuilder.SectionBuilderresponsible for building a section
-
send
void send()
Perform the sending of the interactive message to the WhatsApp Adapter.
-
-