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.Action
action
-
Constructor Summary
Constructors Constructor Description ListMessageBuilderImpl(WhatsAppInteractiveMessageDto.Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhatsAppInteractiveMessageBuilder.SectionBuilder
createSection()
Start creating a section for a list messagevoid
send()
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.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
-
-