public class CreateUserEmailAliasRequestBody extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
email
The email address to add to the account as an alias.
|
explicitlySetNullableFields| Constructor and Description |
|---|
CreateUserEmailAliasRequestBody(String email) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String email
Note: The domain of the email alias needs to be registered to your enterprise. See the [domain verification guide]( https://support.box.com/hc/en-us/articles/4408619650579-Domain-Verification ) for steps to add a new domain.
public CreateUserEmailAliasRequestBody(String email)