Package com.okta.sdk.resource.model
Class UserType
java.lang.Object
com.okta.sdk.resource.model.UserType
- 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 UserType
extends Object
implements Serializable
UserType
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) displayName
(String displayName) boolean
A timestamp from when the User Type was createdThe user ID of the account that created the User TypeA boolean value to indicate if this is the default User TypeThe human-readable description of the User TypeThe human-readable name of the User TypegetId()
The unique key for the User TypeA timestamp from when the User Type was most recently updatedThe user ID of the most recent account to edit the User TypegetLinks()
Get linksgetName()
The name of the User Type.int
hashCode()
links
(UserTypeLinks links) void
setDescription
(String description) void
setDisplayName
(String displayName) void
void
setLinks
(UserTypeLinks links) void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_DEFAULT
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED_BY
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserType
public UserType()
-
-
Method Details
-
getCreated
A timestamp from when the User Type was created- Returns:
- created
-
getCreatedBy
The user ID of the account that created the User Type- Returns:
- createdBy
-
getDefault
A boolean value to indicate if this is the default User Type- Returns:
- _default
-
description
-
getDescription
The human-readable description of the User Type- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
The human-readable name of the User Type- Returns:
- displayName
-
setDisplayName
-
id
-
getId
The unique key for the User Type- Returns:
- id
-
setId
-
getLastUpdated
A timestamp from when the User Type was most recently updated- Returns:
- lastUpdated
-
getLastUpdatedBy
The user ID of the most recent account to edit the User Type- Returns:
- lastUpdatedBy
-
name
-
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
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-