public class MassiveTemplateEmailElement 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 MassiveEmailElementSeries |
recipients |
| Modifier | Constructor and Description |
|---|---|
private |
MassiveTemplateEmailElement(com.metaring.framework.localization.LocaleEnumerator language,
MassiveEmailElementSeries recipients) |
| Modifier and Type | Method and Description |
|---|---|
static MassiveTemplateEmailElement |
create(com.metaring.framework.localization.LocaleEnumerator language,
MassiveEmailElementSeries recipients) |
static MassiveTemplateEmailElement |
fromJson(String jsonString) |
static MassiveTemplateEmailElement |
fromObject(Object object) |
com.metaring.framework.localization.LocaleEnumerator |
getLanguage() |
MassiveEmailElementSeries |
getRecipients() |
com.metaring.framework.type.DataRepresentation |
toDataRepresentation() |
String |
toJson() |
String |
toString() |
public static final String FULLY_QUALIFIED_NAME
private com.metaring.framework.localization.LocaleEnumerator language
private MassiveEmailElementSeries recipients
private MassiveTemplateEmailElement(com.metaring.framework.localization.LocaleEnumerator language,
MassiveEmailElementSeries recipients)
public com.metaring.framework.localization.LocaleEnumerator getLanguage()
public MassiveEmailElementSeries getRecipients()
public static MassiveTemplateEmailElement create(com.metaring.framework.localization.LocaleEnumerator language, MassiveEmailElementSeries recipients)
public static MassiveTemplateEmailElement fromJson(String jsonString)
public static MassiveTemplateEmailElement fromObject(Object object)
public com.metaring.framework.type.DataRepresentation toDataRepresentation()
public String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.