Package com.okta.sdk.resource.model
Class UserGetSingleton
java.lang.Object
com.okta.sdk.resource.model.UserGetSingleton
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserGetSingleton
extends Object
implements Serializable
UserGetSingleton
- 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) embedded
(UserGetSingletonAllOfEmbedded embedded) boolean
The timestamp when the User status transitioned to `ACTIVE`org.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> The timestamp when the User was createdGet credentialsGet embeddedgetId()
The unique key for the userThe timestamp of the last loginorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> The timestamp when the User was last updatedgetLinks()
Get linksThe timestamp when the User's password was last updatedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get profile<div class=\"x-lifecycle-container\"><x-lifecycle class=\"ea\"></x-lifecycle></div>The ID of the Realm in which the User is residingGet statusThe timestamp when the status of the User last changedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get transitioningToStatusgetType()
Get typeint
hashCode()
profile
(UserProfile profile) void
setCredentials
(UserCredentials credentials) void
setEmbedded
(UserGetSingletonAllOfEmbedded embedded) 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
-
UserGetSingleton
public UserGetSingleton()
-
-
Method Details
-
getActivated
The timestamp when the User status transitioned to `ACTIVE`- Returns:
- activated
-
getActivated_JsonNullable
-
getCreated
The timestamp when the User was created- Returns:
- created
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
getId
The unique key for the user- Returns:
- id
-
getLastLogin
The timestamp of the last login- Returns:
- lastLogin
-
getLastLogin_JsonNullable
-
getLastUpdated
The timestamp when the User was last updated- Returns:
- lastUpdated
-
getPasswordChanged
The timestamp when the User's password was last updated- Returns:
- passwordChanged
-
getPasswordChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable() -
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
getRealmId
<div class=\"x-lifecycle-container\"><x-lifecycle class=\"ea\"></x-lifecycle></div>The ID of the Realm in which the User is residing- Returns:
- realmId
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
getStatusChanged
The timestamp when the status of the User last changed- 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
-
embedded
-
getEmbedded
Get embedded- Returns:
- embedded
-
setEmbedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-