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 messagevoidsend()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.ListMessageBuilderStart creating a section for a list message- Specified by:
createSectionin interfaceWhatsAppInteractiveMessageBuilder.ListMessageBuilder- Returns:
- the
WhatsAppInteractiveMessageBuilder.SectionBuilderresponsible for building a section
-
send
public void send()Description copied from interface:WhatsAppInteractiveMessageBuilder.ListMessageBuilderPerform the sending of the interactive message to the WhatsApp Adapter.- Specified by:
sendin interfaceWhatsAppInteractiveMessageBuilder.ListMessageBuilder
-