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 Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Actionaction
-
Constructor Summary
Constructors Constructor Description ListMessageBuilderImpl(WhatsAppInteractiveMessageDto.Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuildercreateSection()Start creating a section for a list messagevoidsend()Perform the sending of the interactive message to the WhatsApp Adapter.
-
-
-
Field Detail
-
action
protected final WhatsAppInteractiveMessageDto.Action action
-
-
Constructor Detail
-
ListMessageBuilderImpl
public ListMessageBuilderImpl(WhatsAppInteractiveMessageDto.Action action)
-
-
Method Detail
-
createSection
public WhatsAppInteractiveMessageBuilder.SectionBuilder 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
-
-