Package com.cloudera.cdp.iam.model
Class UpdateUserRequest
java.lang.Object
com.cloudera.cdp.iam.model.UpdateUserRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class UpdateUserRequest
extends Object
Request object to update a user.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UpdateUserRequest
public UpdateUserRequest()
-
-
Method Details
-
getUser
Getter for user. The CRN or userId of the user to be updated. -
setUser
Setter for user. The CRN or userId of the user to be updated. -
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
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
-
hashCode
public int hashCode() -
toString
-