Class AddUserRequest.Builder
Object
Builder
- Enclosing class:
AddUserRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalEmailAddresses
(List<Email> additionalEmailAddresses) The additional e-mail addresses of the user.The postal addresses of the user.build()
but()
Deprecated.This method will be removed in the future.emailAddress
(String emailAddress) Required. The e-mail address of the new user.The first name of the new user.The gender of the user.instantMessagingAccounts
(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.The language for the user.The last name of the new user.licenseType
(LicenseType licenseType) Deprecated.This method will be removed in the future.phones
(List<PhoneNumber> phones) The phone numbers of the user.toString()
userGroupIds
(List<UUID> userGroupIds) The groups this newly created user should be added to.Required. The username, which should be unique.The websites of the user.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please useAddUserRequest.builder()
Clone method for this Builder. -
userName
Required. The username, which should be unique.- Returns:
this
.
-
firstName
The first name of the new user.- Returns:
this
.
-
lastName
The last name of the new user.- Returns:
this
.
-
emailAddress
Required. The e-mail address of the new user.- Returns:
this
.
-
gender
The gender of the user.- Returns:
this
.
-
language
The language for the user.- Returns:
this
.
-
userGroupIds
The groups this newly created user should be added to.- Returns:
this
.
-
licenseType
Deprecated.This method will be removed in the future.The license type of the user.- Returns:
this
.
-
addresses
The postal addresses of the user.- Returns:
this
.
-
phones
The phone numbers of the user.- Returns:
this
.
-
additionalEmailAddresses
The additional e-mail addresses of the user.- Returns:
this
.
-
instantMessagingAccounts
public AddUserRequest.Builder instantMessagingAccounts(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.- Returns:
this
.
-
websites
The websites of the user.- Returns:
this
.
-
build
-
toString
-