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