| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupMember
Represents the Group Member object.
|
class |
User
Represents the User object.
|
class |
UserModelWithName
Represents the User Model object with name.
|
class |
UserProfile
A profile object that contains the basic fields that most profiles will contain.
|
| Modifier and Type | Method and Description |
|---|---|
UserModel |
UserModel.setAdmin(Boolean admin)
Sets the admin flag which allows managing users and accounts.
|
UserModel |
UserModel.setAlternateEmails(List<AlternateEmail> alternateEmails)
Sets the list of alternateEmails
|
UserModel |
UserModel.setCustomWelcomeScreenViewed(Date customWelcomeScreenViewed)
Sets the customWelcomeScreenViewed date
|
UserModel |
GroupMember.setEmail(String email) |
UserModel |
UserModel.setEmail(String email)
Sets the email address.
|
UserModel |
GroupMember.setFirstName(String firstName) |
UserModel |
UserModel.setFirstName(String firstName)
Sets the first name.
|
UserModel |
UserModel.setGroupAdmin(Boolean groupAdmin) |
UserModel |
UserModel.setLastLogin(Date lastLogin)
Sets the lastLogin date
|
UserModel |
GroupMember.setLastName(String lastName) |
UserModel |
UserModel.setLastName(String lastName)
Sets the last name.
|
UserModel |
UserModel.setLicensedSheetCreator(Boolean licensedSheetCreator)
Sets the licensed sheet creator flag that allows creating and owning sheets.
|
UserModel |
UserModel.setResourceViewer(Boolean resourceViewer)
Sets the resource manager flag.
|
UserModel |
UserModel.setSheetCount(Integer sheetCount)
Sets the sheetCount
|
UserModel |
UserModel.setStatus(UserStatus status)
Sets the status of the user.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.