@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UserSchema extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_$_SCHEMA  | 
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_DEFINITIONS  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_NAME  | 
static String | 
JSON_PROPERTY_PROPERTIES  | 
static String | 
JSON_PROPERTY_TITLE  | 
static String | 
JSON_PROPERTY_TYPE  | 
| Constructor and Description | 
|---|
UserSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserSchema | 
definitions(UserSchemaDefinitions definitions)  | 
boolean | 
equals(Object o)  | 
String | 
get$Schema()
Get $schema 
 | 
String | 
getCreated()
Get created 
 | 
UserSchemaDefinitions | 
getDefinitions()
Get definitions 
 | 
String | 
getId()
Get id 
 | 
String | 
getLastUpdated()
Get lastUpdated 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
String | 
getName()
Get name 
 | 
UserSchemaProperties | 
getProperties()
Get properties 
 | 
String | 
getTitle()
Get title 
 | 
String | 
getType()
Get type 
 | 
int | 
hashCode()  | 
UserSchema | 
links(LinksSelf links)  | 
UserSchema | 
properties(UserSchemaProperties properties)  | 
void | 
setDefinitions(UserSchemaDefinitions definitions)  | 
void | 
setLinks(LinksSelf links)  | 
void | 
setProperties(UserSchemaProperties properties)  | 
void | 
setTitle(String title)  | 
UserSchema | 
title(String title)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_$_SCHEMA
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DEFINITIONS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
public UserSchema definitions(UserSchemaDefinitions definitions)
@Nullable public UserSchemaDefinitions getDefinitions()
public void setDefinitions(UserSchemaDefinitions definitions)
public UserSchema properties(UserSchemaProperties properties)
@Nullable public UserSchemaProperties getProperties()
public void setProperties(UserSchemaProperties properties)
public UserSchema title(String title)
public void setTitle(String title)
public UserSchema links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.