public class UserCreateInfo extends Object implements Serializable
User
,
UserService.createUser(UserCreateInfo)
,
Serialized FormConstructor and Description |
---|
UserCreateInfo()
Default constructor.
|
UserCreateInfo(String userId,
String displayName,
String email,
String password)
Constructor with all required fields.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AccountInfo.AccountType |
getAccountType()
Gets the type of user account to create.
|
String |
getDepartment()
Gets the department value for the user account to create.
|
String |
getDisplayName()
Gets the display name of the user account to create.
|
String |
getEmail()
Gets the email address of the user account to create.
|
String |
getFirstName()
Gets the first name of the user account to create.
|
String |
getLastName()
Gets the last name of the user account to create.
|
String |
getPassword()
Gets the temporary password of the user account to create.
|
String |
getPhone()
Gets the phone number for the user account to create.
|
String |
getUserId()
Gets the user identifier of the user account to create.
|
int |
hashCode() |
void |
setAccountType(AccountInfo.AccountType accountType)
Sets the type of user account to create.
|
void |
setDepartment(String department)
Sets the department value for the user account to create.
|
void |
setDisplayName(String displayName)
Sets the display name of the user account to create.
|
void |
setEmail(String email)
Sets the email address of the user account to create.
|
void |
setFirstName(String firstName)
Sets the first name of the user account to create.
|
void |
setLastName(String lastName)
Sets the last name of the user account to create.
|
void |
setPassword(String password)
Sets the temporary password of the user account to create.
|
void |
setPhone(String phone)
Sets the phone number for the user account to create.
|
void |
setUserId(String userId)
Sets the user identifier of the user account to create.
|
String |
toString() |
public UserCreateInfo()
public UserCreateInfo(String userId, String displayName, String email, String password)
userId
- the user ID of the user account to create.displayName
- the display name of the user account to create.email
- the email of the user account to create.password
- the password of the user account to create.public AccountInfo.AccountType getAccountType()
public void setAccountType(AccountInfo.AccountType accountType)
accountType
- the type of user account to create.public String getUserId()
public void setUserId(String userId)
userId
- the user identifier of the user account to create.public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the display name of the user account to create.public String getEmail()
public void setEmail(String email)
email
- the email address of the user account to create.public String getPassword()
public void setPassword(String password)
password
- the temporary password of the user account to create.public String getFirstName()
public void setFirstName(String firstName)
firstName
- the first name of the user account to create.public String getLastName()
public void setLastName(String lastName)
lastName
- the last name of the user account to create.public String getDepartment()
public void setDepartment(String department)
department
- the department value for the user account to create.public String getPhone()
public void setPhone(String phone)
phone
- the phone number for the user account to create.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>