public class BoxNotificationEmail extends BoxJSONObject
Constructor and Description |
---|
BoxNotificationEmail(String json)
Constructs a BoxNotificationEmail from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets the email address to send notifications to.
|
boolean |
getIsConfirmed()
Gets whether or not the email address has been confirmed.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject
public BoxNotificationEmail(String json)
json
- the json encoded email alias.public boolean getIsConfirmed()