Package com.smartsheet.api.models
Class UserModelWithName
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<java.lang.Long>
-
- com.smartsheet.api.models.UserModel
-
- com.smartsheet.api.models.UserModelWithName
-
- Direct Known Subclasses:
GroupMember
,User
public class UserModelWithName extends UserModel
Represents the User Model object with name.
-
-
Constructor Summary
Constructors Constructor Description UserModelWithName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the user's nameUserModelWithName
setName(java.lang.String name)
Sets the user's name-
Methods inherited from class com.smartsheet.api.models.UserModel
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, setWorkPhone
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the user's name- Returns:
- the user name
-
setName
public UserModelWithName setName(java.lang.String name)
Sets the user's name- Parameters:
name
- the user name
-
-