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 class
WhatsAppInteractiveMessageDto.Action
static class
WhatsAppInteractiveMessageDto.ButtonOrSectionRow
static class
WhatsAppInteractiveMessageDto.Header
static class
WhatsAppInteractiveMessageDto.Section
-
Field Summary
Fields Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Action
action
protected String
footer
protected WhatsAppInteractiveMessageDto.Header
header
-
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.Action
getAction()
String
getFooter()
WhatsAppInteractiveMessageDto.Header
getHeader()
void
setAction(WhatsAppInteractiveMessageDto.Action action)
void
setFooter(String footer)
void
setHeader(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)
-
-