| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
AlternateEmail |
UserResources.getAlternateEmail(long userId,
long altEmailId)
Get alternate email.
|
AlternateEmail |
UserResources.promoteAlternateEmail(long userId,
long altEmailId)
Promote and alternate email to primary.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternateEmail> |
UserResources.addAlternateEmail(long userId,
List<AlternateEmail> altEmails)
Add an alternate email.
|
PagedResult<AlternateEmail> |
UserResources.listAlternateEmails(long userId,
PaginationParameters pagination)
List all user alternate email(s).
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternateEmail> |
UserResources.addAlternateEmail(long userId,
List<AlternateEmail> altEmails)
Add an alternate email.
|
| Modifier and Type | Method and Description |
|---|---|
AlternateEmail |
AlternateEmail.AddAlternateEmailBuilder.build() |
AlternateEmail |
AlternateEmail.setEmail(String email) |
| Modifier and Type | Method and Description |
|---|---|
List<AlternateEmail> |
UserModel.getAlternateEmails()
Gets the list of alternateEmails
|
| Modifier and Type | Method and Description |
|---|---|
UserModel |
UserModel.setAlternateEmails(List<AlternateEmail> alternateEmails)
Sets the list of alternateEmails
|
Copyright © 2014–2019 Smartsheet. All rights reserved.