public class Message extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.MessageBuilder |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
Map<String,Object> |
getContext() |
String |
getFrom() |
Locale |
getLocale() |
List<String> |
getRecipients() |
String |
getTemplate() |
void |
setAttachments(List<Attachment> attachments) |
void |
setContext(Map<String,Object> context) |
void |
setFrom(String from) |
void |
setLocale(Locale locale) |
void |
setRecipients(List<String> recipients) |
void |
setTemplate(String template) |
public String getFrom()
public void setFrom(String from)
public String getTemplate()
public void setTemplate(String template)
public Locale getLocale()
public void setLocale(Locale locale)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2019. All rights reserved.