Package com.okta.sdk.resource.model
Class UpdateUserRequest
java.lang.Object
com.okta.sdk.resource.model.UpdateUserRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class UpdateUserRequest
extends Object
implements Serializable
UpdateUserRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(UserCredentials credentials) boolean
Get credentialsGet profileThe ID of the realm in which the user is residingint
hashCode()
profile
(UserProfile profile) void
setCredentials
(UserCredentials credentials) void
setProfile
(UserProfile profile) void
setRealmId
(String realmId) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_REALM_ID
- See Also:
-
-
Constructor Details
-
UpdateUserRequest
public UpdateUserRequest()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
realmId
-
getRealmId
The ID of the realm in which the user is residing- Returns:
- realmId
-
setRealmId
-
equals
-
hashCode
public int hashCode() -
toString
-