Package com.okta.sdk.resource.model
Class CreateUserTypeRequest
java.lang.Object
com.okta.sdk.resource.model.CreateUserTypeRequest
- 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 CreateUserTypeRequest
extends Object
implements Serializable
CreateUserTypeRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) displayName
(String displayName) boolean
The updated human-readable description of the User TypeThe updated human-readable display name for the User TypegetName()
The updated human-readable name for the User Typeint
hashCode()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
CreateUserTypeRequest
public CreateUserTypeRequest()
-
-
Method Details
-
name
-
getName
The updated human-readable name for the User Type- Returns:
- name
-
setName
-
displayName
-
getDisplayName
The updated human-readable display name for the User Type- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
The updated human-readable description of the User Type- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-