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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuilder
createSection()
Start creating a section for a list messagevoid
send()
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.SectionBuilder
responsible for building a section
-
send
void send()
Perform the sending of the interactive message to the WhatsApp Adapter.
-
-