Class ChangeUserRequest.Builder
Object
Builder
- Enclosing class:
ChangeUserRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalEmailAddresses
(List<Email> additionalEmailAddresses) The additional e-mail addresses of the user.The postal addresses of the user.build()
but()
Clone method for this Builder.The new e-mail address for the user.The new enabled flag for the user.The new first name for the user.The new gender for the user.Required. The ID of the user to be changed.instantMessagingAccounts
(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.The new language for the user.The new last name for the user.licenseType
(LicenseType licenseType) Deprecated.passwordConfirmation
(String passwordConfirmation) The password confirmation for the user when changing their email.phones
(List<PhoneNumber> phones) The phone numbers of the user.toString()
The new username for the user.The websites of the user.
-
Method Details
-
but
Clone method for this Builder. -
id
Required. The ID of the user to be changed.- Returns:
this
.
-
enabled
The new enabled flag for the user.- Returns:
this
.
-
username
The new username for the user.- Returns:
this
.
-
firstName
The new first name for the user.- Returns:
this
.
-
lastName
The new last name for the user.- Returns:
this
.
-
email
The new e-mail address for the user.- Returns:
this
.
-
gender
The new gender for the user.- Returns:
this
.
-
language
The new language for the user.- Returns:
this
.
-
licenseType
Deprecated.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 ChangeUserRequest.Builder instantMessagingAccounts(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.- Returns:
this
.
-
websites
The websites of the user.- Returns:
this
.
-
passwordConfirmation
The password confirmation for the user when changing their email.- Returns:
this
.
-
build
-
toString
-