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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.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
-
getDefault
-
description
-
getDescription
-
setDescription
-
displayName
-
getDisplayName
-
setDisplayName
-
id
-
getId
-
setId
-
getLastUpdated
A timestamp from when the User Type was most recently updated- Returns:
- lastUpdated
-
getLastUpdatedBy
-
name
-
getName
-
setName
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-