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