public class UserNotificationEmailField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UserNotificationEmailField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
email
The email address to send the notifications to.
|
protected Boolean |
isConfirmed
Specifies if this email address has been confirmed.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UserNotificationEmailField() |
protected |
UserNotificationEmailField(UserNotificationEmailField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
Boolean |
getIsConfirmed() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean isConfirmed
public UserNotificationEmailField()
protected UserNotificationEmailField(UserNotificationEmailField.Builder builder)
public Boolean getIsConfirmed()