Class WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
java.lang.Object
com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
- All Implemented Interfaces:
WhatsAppInteractiveMessageBuilder.ListMessageBuilder
- Enclosing class:
- WhatsAppInteractiveMessageBuilderImpl
public class WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
extends Object
implements WhatsAppInteractiveMessageBuilder.ListMessageBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart creating a section for a list messagevoid
send()
Perform the sending of the interactive message to the WhatsApp Adapter.
-
Field Details
-
action
-
-
Constructor Details
-
ListMessageBuilderImpl
-
-
Method Details
-
createSection
Description copied from interface:WhatsAppInteractiveMessageBuilder.ListMessageBuilder
Start creating a section for a list message- Specified by:
createSection
in interfaceWhatsAppInteractiveMessageBuilder.ListMessageBuilder
- Returns:
- the
WhatsAppInteractiveMessageBuilder.SectionBuilder
responsible for building a section
-
send
public void send()Description copied from interface:WhatsAppInteractiveMessageBuilder.ListMessageBuilder
Perform the sending of the interactive message to the WhatsApp Adapter.- Specified by:
send
in interfaceWhatsAppInteractiveMessageBuilder.ListMessageBuilder
-