Class UserDetailsForUpdate
java.lang.Object
com.atlassian.confluence.api.model.people.UserDetailsForUpdate
Represents the details of a user that can be updated. It is used in Rest API requests to update user details.
- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
void
setCurrentPassword
(String currentPassword) void
void
setFullName
(String fullName)
-
Constructor Details
-
UserDetailsForUpdate
-
UserDetailsForUpdate
public UserDetailsForUpdate()
-
-
Method Details
-
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getCurrentPassword
-
setCurrentPassword
-