Class AddUserRequest
Object
AddUserRequest
- All Implemented Interfaces:
Serializable
The properties of the user to be added.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddUserRequest.Builder
builder()
protected boolean
boolean
The additional e-mail addresses of the user.The postal addresses of the user.Required. The e-mail address of the new user.The first name of the new user.The gender of the user.The instant messaging accounts of the user.The language for the user.The last name of the new user.Deprecated.This method will be removed in the future.The phone numbers of the user.The groups this newly created user should be added to.Required. The username, which should be unique.The websites of the user.int
hashCode()
void
setAdditionalEmailAddresses
(List<Email> additionalEmailAddresses) The additional e-mail addresses of the user.void
setAddresses
(List<Address> addresses) The postal addresses of the user.void
setEmailAddress
(String emailAddress) Required. The e-mail address of the new user.void
setFirstName
(String firstName) The first name of the new user.void
The gender of the user.void
setInstantMessagingAccounts
(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.void
setLanguage
(String language) The language for the user.void
setLastName
(String lastName) The last name of the new user.void
setLicenseType
(LicenseType licenseType) Deprecated.This method will be removed in the future.void
setPhones
(List<PhoneNumber> phones) The phone numbers of the user.void
setUserGroupIds
(List<UUID> userGroupIds) The groups this newly created user should be added to.void
setUserName
(String userName) Required. The username, which should be unique.void
setWebsites
(List<Website> websites) The websites of the user.toString()
-
Constructor Details
-
AddUserRequest
public AddUserRequest()
-
-
Method Details
-
builder
-
getUserName
Required. The username, which should be unique. -
getFirstName
The first name of the new user. -
getLastName
The last name of the new user. -
getEmailAddress
Required. The e-mail address of the new user. -
getGender
The gender of the user. -
getLanguage
The language for the user. -
getUserGroupIds
The groups this newly created user should be added to. -
getLicenseType
Deprecated.This method will be removed in the future.The license type of the user. -
getAddresses
The postal addresses of the user. -
getPhones
The phone numbers of the user. -
getAdditionalEmailAddresses
The additional e-mail addresses of the user. -
getInstantMessagingAccounts
The instant messaging accounts of the user. -
getWebsites
The websites of the user. -
setUserName
Required. The username, which should be unique. -
setFirstName
The first name of the new user. -
setLastName
The last name of the new user. -
setEmailAddress
Required. The e-mail address of the new user. -
setGender
The gender of the user. -
setLanguage
The language for the user. -
setUserGroupIds
The groups this newly created user should be added to. -
setLicenseType
Deprecated.This method will be removed in the future.The license type of the user. -
setAddresses
The postal addresses of the user. -
setPhones
The phone numbers of the user. -
setAdditionalEmailAddresses
The additional e-mail addresses of the user. -
setInstantMessagingAccounts
The instant messaging accounts of the user. -
setWebsites
The websites of the user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-