Class User

java.lang.Object
com.okta.sdk.resource.model.User
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 User extends Object implements Serializable
User
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • User Link icon

      public User()
  • Method Details Link icon

    • getActivated Link icon

      @Nullable public OffsetDateTime getActivated()
      The timestamp when the User status transitioned to `ACTIVE`
      Returns:
      activated
    • getActivated_JsonNullable Link icon

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getActivated_JsonNullable()
    • getCreated Link icon

      @Nullable public OffsetDateTime getCreated()
      The timestamp when the User was created
      Returns:
      created
    • credentials Link icon

      public User credentials(UserCredentials credentials)
    • getCredentials Link icon

      @Nullable public UserCredentials getCredentials()
      Get credentials
      Returns:
      credentials
    • setCredentials Link icon

      public void setCredentials(UserCredentials credentials)
    • getId Link icon

      @Nullable public String getId()
      The unique key for the user
      Returns:
      id
    • getLastLogin Link icon

      @Nullable public OffsetDateTime getLastLogin()
      The timestamp of the last login
      Returns:
      lastLogin
    • getLastLogin_JsonNullable Link icon

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLastLogin_JsonNullable()
    • getLastUpdated Link icon

      @Nullable public OffsetDateTime getLastUpdated()
      The timestamp when the User was last updated
      Returns:
      lastUpdated
    • getPasswordChanged Link icon

      @Nullable public OffsetDateTime getPasswordChanged()
      The timestamp when the User's password was last updated
      Returns:
      passwordChanged
    • getPasswordChanged_JsonNullable Link icon

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable()
    • profile Link icon

      public User profile(UserProfile profile)
    • getProfile Link icon

      @Nullable public UserProfile getProfile()
      Get profile
      Returns:
      profile
    • setProfile Link icon

      public void setProfile(UserProfile profile)
    • getRealmId Link icon

      @Nullable public String 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 Link icon

      public User status(UserStatus status)
    • getStatus Link icon

      @Nullable public UserStatus getStatus()
      Get status
      Returns:
      status
    • setStatus Link icon

      public void setStatus(UserStatus status)
    • getStatusChanged Link icon

      @Nullable public OffsetDateTime getStatusChanged()
      The timestamp when the status of the User last changed
      Returns:
      statusChanged
    • getStatusChanged_JsonNullable Link icon

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStatusChanged_JsonNullable()
    • transitioningToStatus Link icon

      public User transitioningToStatus(UserStatus transitioningToStatus)
    • getTransitioningToStatus Link icon

      @Nullable public UserStatus getTransitioningToStatus()
      Get transitioningToStatus
      Returns:
      transitioningToStatus
    • setTransitioningToStatus Link icon

      public void setTransitioningToStatus(UserStatus transitioningToStatus)
    • type Link icon

      public User type(UserType type)
    • getType Link icon

      @Nullable public UserType getType()
      Get type
      Returns:
      type
    • setType Link icon

      public void setType(UserType type)
    • getEmbedded Link icon

      @Nullable public Map<String,Object> getEmbedded()
      Embedded resources related to the User using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification
      Returns:
      embedded
    • links Link icon

      public User links(UserLinks links)
    • getLinks Link icon

      @Nullable public UserLinks getLinks()
      Get links
      Returns:
      links
    • setLinks Link icon

      public void setLinks(UserLinks links)
    • 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