Class UserType

java.lang.Object
com.okta.sdk.resource.model.UserType
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class UserType extends Object implements Serializable
UserType
See Also:
  • Field Details

  • Constructor Details

    • UserType

      public UserType()
  • Method Details

    • getCreated

      @Nullable public OffsetDateTime getCreated()
      A timestamp from when the User Type was created
      Returns:
      created
    • getCreatedBy

      @Nullable public String getCreatedBy()
      The user ID of the account that created the User Type
      Returns:
      createdBy
    • getDefault

      @Nullable public Boolean getDefault()
      A boolean value to indicate if this is the default User Type
      Returns:
      _default
    • description

      public UserType description(String description)
    • getDescription

      @Nullable public String getDescription()
      The human-readable description of the User Type
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • displayName

      public UserType displayName(String displayName)
    • getDisplayName

      @Nonnull public String getDisplayName()
      The human-readable name of the User Type
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • id

      public UserType id(String id)
    • getId

      @Nullable public String getId()
      The unique key for the User Type
      Returns:
      id
    • setId

      public void setId(String id)
    • getLastUpdated

      @Nullable public OffsetDateTime getLastUpdated()
      A timestamp from when the User Type was most recently updated
      Returns:
      lastUpdated
    • getLastUpdatedBy

      @Nullable public String getLastUpdatedBy()
      The user ID of the most recent account to edit the User Type
      Returns:
      lastUpdatedBy
    • name

      public UserType name(String name)
    • getName

      @Nonnull public String getName()
      The name of the User Type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters. This value becomes read-only after creation and can't be updated.
      Returns:
      name
    • setName

      public void setName(String name)
    • links

      public UserType links(UserTypeLinks links)
    • getLinks

      @Nullable public UserTypeLinks getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(UserTypeLinks links)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object