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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleanThe 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 TypeinthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidtoString()
-
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
-