Class WhatsAppInteractiveMessageDto
- java.lang.Object
-
- com.flowable.engage.external.system.dto.OutboundMessageDto
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
public class WhatsAppInteractiveMessageDto extends OutboundMessageDto
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhatsAppInteractiveMessageDto.Actionstatic classWhatsAppInteractiveMessageDto.ButtonOrSectionRowstatic classWhatsAppInteractiveMessageDto.Headerstatic classWhatsAppInteractiveMessageDto.Section
-
Field Summary
Fields Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Actionactionprotected Stringfooterprotected WhatsAppInteractiveMessageDto.Headerheader-
Fields inherited from class com.flowable.engage.external.system.dto.OutboundMessageDto
businessAccountId, content, externalUserId, mediaId, messageId, type
-
-
Constructor Summary
Constructors Constructor Description WhatsAppInteractiveMessageDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhatsAppInteractiveMessageDto.ActiongetAction()StringgetFooter()WhatsAppInteractiveMessageDto.HeadergetHeader()voidsetAction(WhatsAppInteractiveMessageDto.Action action)voidsetFooter(String footer)voidsetHeader(WhatsAppInteractiveMessageDto.Header header)-
Methods inherited from class com.flowable.engage.external.system.dto.OutboundMessageDto
getBusinessAccountId, getContent, getExternalUserId, getMediaId, getMessageId, getType, setBusinessAccountId, setContent, setExternalUserId, setMediaId, setMessageId, setType
-
-
-
-
Field Detail
-
header
protected WhatsAppInteractiveMessageDto.Header header
-
footer
protected String footer
-
action
protected WhatsAppInteractiveMessageDto.Action action
-
-
Method Detail
-
getHeader
public WhatsAppInteractiveMessageDto.Header getHeader()
-
setHeader
public void setHeader(WhatsAppInteractiveMessageDto.Header header)
-
getFooter
public String getFooter()
-
setFooter
public void setFooter(String footer)
-
getAction
public WhatsAppInteractiveMessageDto.Action getAction()
-
setAction
public void setAction(WhatsAppInteractiveMessageDto.Action action)
-
-