Class UserDetailsForUpdate

java.lang.Object
com.atlassian.confluence.api.model.people.UserDetailsForUpdate

public class UserDetailsForUpdate extends Object
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 Details

    • UserDetailsForUpdate

      public UserDetailsForUpdate(String fullName, String email, String currentPassword)
    • UserDetailsForUpdate

      public UserDetailsForUpdate()
  • Method Details

    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getCurrentPassword

      public String getCurrentPassword()
    • setCurrentPassword

      public void setCurrentPassword(String currentPassword)