Package com.okta.sdk.resource.model
Class UISchemasResponseObject
java.lang.Object
com.okta.sdk.resource.model.UISchemasResponseObject
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UISchemasResponseObject
extends Object
implements Serializable
UISchemasResponseObject
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the UI Schema was created (ISO-86001)getId()
Unique identifier for the UI SchemaTimestamp when the UI Schema was last modified (ISO-86001)getLinks()
Get linksGet uiSchemaint
hashCode()
void
void
setUiSchema
(UISchemaObject uiSchema) toString()
uiSchema
(UISchemaObject uiSchema)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_UI_SCHEMA
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UISchemasResponseObject
public UISchemasResponseObject()
-
-
Method Details
-
getCreated
Timestamp when the UI Schema was created (ISO-86001)- Returns:
- created
-
getId
Unique identifier for the UI Schema- Returns:
- id
-
getLastUpdated
Timestamp when the UI Schema was last modified (ISO-86001)- Returns:
- lastUpdated
-
uiSchema
-
getUiSchema
Get uiSchema- Returns:
- uiSchema
-
setUiSchema
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-