Package com.okta.sdk.resource.model
Class User
java.lang.Object
com.okta.sdk.resource.model.User
- 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 User
extends Object
implements Serializable
User
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(UserCredentials credentials) boolean
Get activatedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get createdGet credentialsGet embeddedgetId()
Get idGet lastLoginorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get lastUpdatedgetLinks()
Get linksGet passwordChangedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get profileThe ID of the realm in which the user is residingGet statusGet statusChangedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get transitioningToStatusgetType()
Get typeint
hashCode()
profile
(UserProfile profile) void
setCredentials
(UserCredentials credentials) void
void
setProfile
(UserProfile profile) void
setStatus
(UserStatus status) void
setTransitioningToStatus
(UserStatus transitioningToStatus) void
status
(UserStatus status) toString()
transitioningToStatus
(UserStatus transitioningToStatus)
-
Field Details
-
JSON_PROPERTY_ACTIVATED
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_LOGIN
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PASSWORD_CHANGED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_REALM_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_STATUS_CHANGED
- See Also:
-
JSON_PROPERTY_TRANSITIONING_TO_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getActivated
Get activated- Returns:
- activated
-
getActivated_JsonNullable
-
getCreated
Get created- Returns:
- created
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
getId
Get id- Returns:
- id
-
getLastLogin
Get lastLogin- Returns:
- lastLogin
-
getLastLogin_JsonNullable
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
getPasswordChanged
Get passwordChanged- Returns:
- passwordChanged
-
getPasswordChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable() -
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
getRealmId
The ID of the realm in which the user is residing- Returns:
- realmId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
getStatusChanged
Get statusChanged- Returns:
- statusChanged
-
getStatusChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStatusChanged_JsonNullable() -
transitioningToStatus
-
getTransitioningToStatus
Get transitioningToStatus- Returns:
- transitioningToStatus
-
setTransitioningToStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-