Interface WhatsAppInteractiveMessageBuilder.SectionBuilder
- All Known Implementing Classes:
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl
- Enclosing interface:
- WhatsAppInteractiveMessageBuilder
public static interface WhatsAppInteractiveMessageBuilder.SectionBuilder
Builder for building a list message section.
-
Method Summary
Modifier and TypeMethodDescriptionAdd the section and continue working on the interactive list message or perform sending message.Start creating a row in the section.The title of the section.
-
Method Details
-
title
The title of the section. This will be visible to the user. Mandatory if you have more than one section.- Parameters:
title
- the title of the section
-
createRow
Start creating a row in the section. -
addSection
WhatsAppInteractiveMessageBuilder.ListMessageBuilder addSection()Add the section and continue working on the interactive list message or perform sending message.- Returns:
- the
WhatsAppInteractiveMessageBuilder.ListMessageBuilder
responsible for sending the message
-