Class ChangeUserRequest
Object
ChangeUserRequest
- All Implemented Interfaces:
Serializable
The properties of the user to be changed.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeUserRequest.Builder
builder()
protected boolean
boolean
The additional e-mail addresses of the user.The postal addresses of the user.getEmail()
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.getId()
Required. The ID of the user to be changed.The instant messaging accounts of the user.The new language for the user.The new last name for the user.Deprecated.The password confirmation for the user when changing their email.The phone numbers of the user.The new username for the user.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
The new e-mail address for the user.void
setEnabled
(Boolean enabled) The new enabled flag for the user.void
setFirstName
(String firstName) The new first name for the user.void
The new gender for the user.void
Required. The ID of the user to be changed.void
setInstantMessagingAccounts
(List<InstantMessagingAccount> instantMessagingAccounts) The instant messaging accounts of the user.void
setLanguage
(String language) The new language for the user.void
setLastName
(String lastName) The new last name for the user.void
setLicenseType
(LicenseType licenseType) Deprecated.void
setPasswordConfirmation
(String passwordConfirmation) The password confirmation for the user when changing their email.void
setPhones
(List<PhoneNumber> phones) The phone numbers of the user.void
setUsername
(String username) The new username for the user.void
setWebsites
(List<Website> websites) The websites of the user.toString()
-
Constructor Details
-
ChangeUserRequest
public ChangeUserRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the user to be changed. -
getEnabled
The new enabled flag for the user. -
getUsername
The new username for the user. -
getFirstName
The new first name for the user. -
getLastName
The new last name for the user. -
getEmail
The new e-mail address for the user. -
getGender
The new gender for the user. -
getLanguage
The new language for the user. -
getLicenseType
Deprecated.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. -
getPasswordConfirmation
The password confirmation for the user when changing their email. -
setId
Required. The ID of the user to be changed. -
setEnabled
The new enabled flag for the user. -
setUsername
The new username for the user. -
setFirstName
The new first name for the user. -
setLastName
The new last name for the user. -
setEmail
The new e-mail address for the user. -
setGender
The new gender for the user. -
setLanguage
The new language for the user. -
setLicenseType
Deprecated.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. -
setPasswordConfirmation
The password confirmation for the user when changing their email. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-