public class UserProfile extends UserModel
| Constructor and Description |
|---|
UserProfile() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Gets the account
|
String |
getLocale()
Gets the locale
|
String |
getTimeZone()
Gets the time zone
|
UserProfile |
setAccount(Account account)
Sets the account
|
UserProfile |
setLocale(String locale)
Sets the locale
|
UserProfile |
setTimeZone(String timeZone)
Sets the time zone
|
getAdmin, getAlternateEmails, getCustomWelcomeScreenViewed, getEmail, getFirstName, getGroupAdmin, getLastLogin, getLastName, getLicensedSheetCreator, getResourceViewer, getSheetCount, getStatus, setAdmin, setAlternateEmails, setCustomWelcomeScreenViewed, setEmail, setFirstName, setGroupAdmin, setLastLogin, setLastName, setLicensedSheetCreator, setResourceViewer, setSheetCount, setStatusequals, getId, hashCode, setIdpublic String getTimeZone()
public UserProfile setTimeZone(String timeZone)
timeZone - the time zonepublic String getLocale()
public UserProfile setLocale(String locale)
locale - the localepublic Account getAccount()
public UserProfile setAccount(Account account)
account - the accountCopyright © 2014–2017 Smartsheet. All rights reserved.