public class UserProfile extends UserModel
| Constructor and Description |
|---|
UserProfile() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Gets the account
|
List<Group> |
getGroups()
Gets the groups list
|
String |
getLocale()
Gets the locale
|
String |
getTimeZone()
Gets the time zone
|
UserProfile |
setAccount(Account account)
Sets the account
|
UserProfile |
setGroups(List<Group> groups)
Sets the groups list
|
UserProfile |
setLocale(String locale)
Sets the locale
|
UserProfile |
setTimeZone(String timeZone)
Sets the time zone
|
getAdmin, getAlternateEmails, getCompany, getCustomWelcomeScreenViewed, getDepartment, getEmail, getFirstName, getGroupAdmin, getLastLogin, getLastName, getLicensedSheetCreator, getMobilePhone, getProfileImage, getResourceViewer, getRole, getSheetCount, getStatus, getTitle, getWorkPhone, setAdmin, setAlternateEmails, setCompany, setCustomWelcomeScreenViewed, setDepartment, setEmail, setFirstName, setGroupAdmin, setLastLogin, setLastName, setLicensedSheetCreator, setMobilePhone, setProfileImage, setResourceViewer, setRole, setSheetCount, setStatus, setTitle, setWorkPhoneequals, getId, hashCode, setIdpublic Account getAccount()
public UserProfile setAccount(Account account)
account - the accountpublic UserProfile setGroups(List<Group> groups)
groups - the list of groupspublic String getLocale()
public UserProfile setLocale(String locale)
locale - the localepublic String getTimeZone()
public UserProfile setTimeZone(String timeZone)
timeZone - the time zoneCopyright © 2014–2019 Smartsheet. All rights reserved.