public class AlternateEmail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternateEmail.AddAlternateEmailBuilder
A convenience class for making a
AlternateEmail object with the appropriate fields for adding to a User. |
| Constructor and Description |
|---|
AlternateEmail() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getConfirmed()
Get flag indicating whether the alternate email address is confirmed.
|
String |
getEmail()
Get the user's alternate email address.
|
Long |
getId()
Get the alternate email id.
|
AlternateEmail |
setEmail(String email) |
public Long getId()
public String getEmail()
public AlternateEmail setEmail(String email)
email - the email
Set the user's alternate email address.public Boolean getConfirmed()
Copyright © 2014–2019 Smartsheet. All rights reserved.