Class AddUserRequest
Object
AddUserRequest
- All Implemented Interfaces:
Serializable
The properties of the user to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddUserRequest.Builderbuilder()protected booleanbooleanThe 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.inthashCode()voidsetAdditionalEmailAddresses(List<Email> additionalEmailAddresses) The additional e-mail addresses of the user.voidsetAddresses(List<Address> addresses) The postal addresses of the user.voidsetEmailAddress(String emailAddress) Required. The e-mail address of the new user.voidsetFirstName(String firstName) The first name of the new user.voidThe gender of the user.voidsetInstantMessagingAccounts(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.voidsetLanguage(String language) The language for the user.voidsetLastName(String lastName) The last name of the new user.voidsetLicenseType(LicenseType licenseType) Deprecated.This method will be removed in the future.voidsetPhones(List<PhoneNumber> phones) The phone numbers of the user.voidsetUserGroupIds(List<UUID> userGroupIds) The groups this newly created user should be added to.voidsetUserName(String userName) Required. The username, which should be unique.voidsetWebsites(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
-