@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class UserType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DEFAULT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LAST_UPDATED_BY |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
Constructor and Description |
---|
UserType() |
Modifier and Type | Method and Description |
---|---|
UserType |
description(String description) |
UserType |
displayName(String displayName) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
A timestamp from when the User Type was created
|
String |
getCreatedBy()
The user ID of the account that created the User Type
|
Boolean |
getDefault()
A boolean value to indicate if this is the default User Type
|
String |
getDescription()
The human-readable description of the User Type
|
String |
getDisplayName()
The human-readable name of the User Type
|
String |
getId()
The unique key for the User Type
|
OffsetDateTime |
getLastUpdated()
A timestamp from when the User Type was most recently updated
|
String |
getLastUpdatedBy()
The user ID of the most recent account to edit the User Type
|
UserTypeLinks |
getLinks()
Get links
|
String |
getName()
The name of the User Type.
|
int |
hashCode() |
UserType |
id(String id) |
UserType |
links(UserTypeLinks links) |
UserType |
name(String name) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(String id) |
void |
setLinks(UserTypeLinks links) |
void |
setName(String name) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DEFAULT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LAST_UPDATED_BY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
@Nullable public String getCreatedBy()
@Nullable public Boolean getDefault()
@Nullable public String getDescription()
public void setDescription(String description)
@Nonnull public String getDisplayName()
public void setDisplayName(String displayName)
public void setId(String id)
@Nullable public OffsetDateTime getLastUpdated()
@Nullable public String getLastUpdatedBy()
@Nonnull public String getName()
public void setName(String name)
public UserType links(UserTypeLinks links)
@Nullable public UserTypeLinks getLinks()
public void setLinks(UserTypeLinks links)
Copyright © 2017–2023 Okta. All rights reserved.