Class UpdateUserRequest

java.lang.Object
com.cloudera.cdp.iam.model.UpdateUserRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:36.406-07:00") public class UpdateUserRequest extends Object
Request object to update a user.
  • Constructor Details Link icon

    • UpdateUserRequest Link icon

      public UpdateUserRequest()
  • Method Details Link icon

    • getUser Link icon

      public String getUser()
      Getter for user. The CRN or userId of the user to be updated.
    • setUser Link icon

      public void setUser(String user)
      Setter for user. The CRN or userId of the user to be updated.
    • getActive Link icon

      public Boolean getActive()
      Getter for active. The active state to which to set the user. When it is 'true', the user will be activated. When it is 'false' the user will be deactivated.
    • setActive Link icon

      public void setActive(Boolean active)
      Setter for active. The active state to which to set the user. When it is 'true', the user will be activated. When it is 'false' the user will be deactivated.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object