public class EmailTemplateArgument extends Object implements com.metaring.framework.GeneratedCoreType
| Modifier and Type | Field and Description |
|---|---|
static String |
FULLY_QUALIFIED_NAME |
private String |
name |
private com.metaring.framework.type.DataRepresentation |
value |
| Modifier | Constructor and Description |
|---|---|
private |
EmailTemplateArgument(String name,
com.metaring.framework.type.DataRepresentation value) |
| Modifier and Type | Method and Description |
|---|---|
static EmailTemplateArgument |
create(String name,
com.metaring.framework.type.DataRepresentation value) |
static EmailTemplateArgument |
fromJson(String jsonString) |
static EmailTemplateArgument |
fromObject(Object object) |
String |
getName() |
com.metaring.framework.type.DataRepresentation |
getValue() |
com.metaring.framework.type.DataRepresentation |
toDataRepresentation() |
String |
toJson() |
String |
toString() |
public static final String FULLY_QUALIFIED_NAME
private String name
private com.metaring.framework.type.DataRepresentation value
private EmailTemplateArgument(String name, com.metaring.framework.type.DataRepresentation value)
public String getName()
public com.metaring.framework.type.DataRepresentation getValue()
public static EmailTemplateArgument create(String name, com.metaring.framework.type.DataRepresentation value)
public static EmailTemplateArgument fromJson(String jsonString)
public static EmailTemplateArgument fromObject(Object object)
public com.metaring.framework.type.DataRepresentation toDataRepresentation()
public String toJson()
toJson in interface com.metaring.framework.CoreTypeCopyright © 2019. All rights reserved.