public class WhatsAppOutboundTemplateMessageDto extends OutboundMessageDto
| Modifier and Type | Field and Description | 
|---|---|
| protected String | language | 
| protected List<WhatsAppTemplateParameter> | parameters | 
| protected String | templateId | 
businessAccountId, content, externalUserId, mediaId, messageId, type| Constructor and Description | 
|---|
| WhatsAppOutboundTemplateMessageDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLanguage() | 
| List<WhatsAppTemplateParameter> | getParameters() | 
| String | getTemplateId() | 
| String | getType() | 
| void | setLanguage(String language) | 
| void | setParameters(List<WhatsAppTemplateParameter> parameters) | 
| void | setTemplateId(String templateId) | 
getBusinessAccountId, getContent, getExternalUserId, getMediaId, getMessageId, setBusinessAccountId, setContent, setExternalUserId, setMediaId, setMessageId, setTypeprotected String templateId
protected String language
protected List<WhatsAppTemplateParameter> parameters
public String getType()
getType in class OutboundMessageDtopublic String getTemplateId()
public void setTemplateId(String templateId)
public String getLanguage()
public void setLanguage(String language)
public List<WhatsAppTemplateParameter> getParameters()
public void setParameters(List<WhatsAppTemplateParameter> parameters)
Copyright © 2019. All rights reserved.