@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class UserTypePostRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
Constructor and Description |
---|
UserTypePostRequest() |
Modifier and Type | Method and Description |
---|---|
UserTypePostRequest |
description(String description) |
UserTypePostRequest |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDescription()
The updated human-readable description of the User Type
|
String |
getDisplayName()
The updated human-readable display name for the User Type
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
String |
toString() |
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public UserTypePostRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public UserTypePostRequest displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2017–2023 Okta. All rights reserved.