public class SoyMailMessageRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SoyMailMessageRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContext() |
String |
getCssModuleKey() |
Function<MailMessage.Builder,MailMessage.Builder> |
getMessageEffector()
Can be passed that will be given the opportunity to add to the MailMessage.Builder, returning a new Builder to
use for the MailMessage.
|
Iterable<ApplicationUser> |
getRecipients() |
String |
getSoyTemplateModuleKey() |
String |
getSoyTemplateName() |
I18nKey |
getSubjectKey() |
@Nonnull public String getCssModuleKey()
@Nonnull public Iterable<ApplicationUser> getRecipients()
@Nonnull public String getSoyTemplateModuleKey()
@Nonnull public String getSoyTemplateName()
@Nullable public I18nKey getSubjectKey()
@Nonnull public Function<MailMessage.Builder,MailMessage.Builder> getMessageEffector()
MailMessage.Builder
Copyright © 2022 Atlassian. All rights reserved.