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 messagevoidsend()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.SectionBuilderresponsible for building a section 
 - 
send
void send()Perform the sending of the interactive message to the WhatsApp Adapter. 
 -