public class EmailContentFromTemplate extends Object implements com.metaring.framework.GeneratedCoreType
| Modifier and Type | Field and Description |
|---|---|
static String |
FULLY_QUALIFIED_NAME |
private com.metaring.framework.localization.LocaleEnumerator |
language |
private String |
message |
private String |
subject |
| Modifier | Constructor and Description |
|---|---|
private |
EmailContentFromTemplate(String subject,
String message,
com.metaring.framework.localization.LocaleEnumerator language) |
| Modifier and Type | Method and Description |
|---|---|
static EmailContentFromTemplate |
create(String subject,
String message,
com.metaring.framework.localization.LocaleEnumerator language) |
static EmailContentFromTemplate |
fromJson(String jsonString) |
static EmailContentFromTemplate |
fromObject(Object object) |
com.metaring.framework.localization.LocaleEnumerator |
getLanguage() |
String |
getMessage() |
String |
getSubject() |
com.metaring.framework.type.DataRepresentation |
toDataRepresentation() |
String |
toJson() |
String |
toString() |
public static final String FULLY_QUALIFIED_NAME
private String subject
private String message
private com.metaring.framework.localization.LocaleEnumerator language
public String getSubject()
public String getMessage()
public com.metaring.framework.localization.LocaleEnumerator getLanguage()
public static EmailContentFromTemplate create(String subject, String message, com.metaring.framework.localization.LocaleEnumerator language)
public static EmailContentFromTemplate fromJson(String jsonString)
public static EmailContentFromTemplate fromObject(Object object)
public com.metaring.framework.type.DataRepresentation toDataRepresentation()
public String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.