public class MassiveLocalizedEmail extends Object implements com.metaring.framework.GeneratedCoreType
| Modifier and Type | Field and Description |
|---|---|
private MassiveLocalizedEmailElementSeries |
elements |
static String |
FULLY_QUALIFIED_NAME |
private com.metaring.framework.localization.LocaleEnumerator |
language |
| Modifier | Constructor and Description |
|---|---|
private |
MassiveLocalizedEmail(com.metaring.framework.localization.LocaleEnumerator language,
MassiveLocalizedEmailElementSeries elements) |
| Modifier and Type | Method and Description |
|---|---|
static MassiveLocalizedEmail |
create(com.metaring.framework.localization.LocaleEnumerator language,
MassiveLocalizedEmailElementSeries elements) |
static MassiveLocalizedEmail |
fromJson(String jsonString) |
static MassiveLocalizedEmail |
fromObject(Object object) |
MassiveLocalizedEmailElementSeries |
getElements() |
com.metaring.framework.localization.LocaleEnumerator |
getLanguage() |
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 MassiveLocalizedEmailElementSeries elements
private MassiveLocalizedEmail(com.metaring.framework.localization.LocaleEnumerator language,
MassiveLocalizedEmailElementSeries elements)
public com.metaring.framework.localization.LocaleEnumerator getLanguage()
public MassiveLocalizedEmailElementSeries getElements()
public static MassiveLocalizedEmail create(com.metaring.framework.localization.LocaleEnumerator language, MassiveLocalizedEmailElementSeries elements)
public static MassiveLocalizedEmail fromJson(String jsonString)
public static MassiveLocalizedEmail fromObject(Object object)
public com.metaring.framework.type.DataRepresentation toDataRepresentation()
public String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.