| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
PostmarkTemplate.getTemplateModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostmarkTemplate.setTemplateModel(TemplateModel templateModel) |
| Constructor and Description |
|---|
PostmarkTemplate(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String tag,
int templateId,
TemplateModel templateModel,
boolean inlineCss) |
PostmarkTemplate(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String tag,
List<NameValuePair> headers,
int templateId,
TemplateModel templateModel,
boolean inlineCss) |
PostmarkTemplate(String fromAddress,
String toAddress,
String replyToAddress,
String ccAddress,
String bccAddress,
String tag,
List<NameValuePair> headers,
int templateId,
TemplateModel templateModel,
boolean inlineCss) |
Copyright © 2017. All rights reserved.