@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UISchemasResponseObject extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_CREATED  | 
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_LAST_UPDATED  | 
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_UI_SCHEMA  | 
| Constructor and Description | 
|---|
UISchemasResponseObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
OffsetDateTime | 
getCreated()
Timestamp when the UI Schema was created (ISO-86001) 
 | 
String | 
getId()
Unique identifier for the UI Schema 
 | 
OffsetDateTime | 
getLastUpdated()
Timestamp when the UI Schema was last modified (ISO-86001) 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
UISchemaObject | 
getUiSchema()
Get uiSchema 
 | 
int | 
hashCode()  | 
UISchemasResponseObject | 
links(LinksSelf links)  | 
void | 
setLinks(LinksSelf links)  | 
void | 
setUiSchema(UISchemaObject uiSchema)  | 
String | 
toString()  | 
UISchemasResponseObject | 
uiSchema(UISchemaObject uiSchema)  | 
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_UI_SCHEMA
public static final String JSON_PROPERTY_LINKS
@Nonnull public OffsetDateTime getCreated()
@Nonnull public OffsetDateTime getLastUpdated()
public UISchemasResponseObject uiSchema(UISchemaObject uiSchema)
@Nonnull public UISchemaObject getUiSchema()
public void setUiSchema(UISchemaObject uiSchema)
public UISchemasResponseObject links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.