Interface WhatsAppInteractiveMessageBuilder.ListMessageBuilder
- All Known Implementing Classes:
WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
- Enclosing interface:
- WhatsAppInteractiveMessageBuilder
public static interface WhatsAppInteractiveMessageBuilder.ListMessageBuilder
Builder for finishing building the List message details and sending the message.
-
Method Summary
Modifier and TypeMethodDescriptionStart creating a section for a list messagevoid
send()
Perform the sending of the interactive message to the WhatsApp Adapter.
-
Method Details
-
createSection
WhatsAppInteractiveMessageBuilder.SectionBuilder createSection()Start creating a section for a list message- Returns:
- the
WhatsAppInteractiveMessageBuilder.SectionBuilder
responsible for building a section
-
send
void send()Perform the sending of the interactive message to the WhatsApp Adapter.
-