Package com.okta.sdk.resource.model
Class UserTypePostRequest
java.lang.Object
com.okta.sdk.resource.model.UserTypePostRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]",
comments="Generator version: 7.11.0")
public class UserTypePostRequest
extends Object
implements Serializable
UserTypePostRequest
- 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 TypeinthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
UserTypePostRequest
public UserTypePostRequest()
-
-
Method Details
-
description
-
getDescription
The updated human-readable description of the User Type- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
The updated human-readable display name for the User Type- Returns:
- displayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-