public class EmailAlias extends BoxJSONObject
Constructor and Description |
---|
EmailAlias()
Constructs an empty EmailAlias.
|
EmailAlias(String json)
Constructs an EmailAlias from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets the email address of this email alias.
|
String |
getID()
Gets the ID of this email alias.
|
boolean |
getIsConfirmed()
Gets whether or not the user has confirmed this email alias.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public EmailAlias()
public EmailAlias(String json)
json
- the json encoded email alias.public boolean getIsConfirmed()