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