Package com.okta.sdk.resource.model
Class UserSchema
java.lang.Object
com.okta.sdk.resource.model.UserSchema
- 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 UserSchema
extends Object
implements Serializable
UserSchema
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefinitions
(UserSchemaDefinitions definitions) boolean
JSON Schema version identifierTimestamp when the Schema was createdUser Profile subschemas The Profile object for a User is defined by a composite Schema of base and custom properties using a JSON path to reference subschemas.getId()
URI of User SchemaTimestamp when the Schema was last updatedgetLinks()
Get linksgetName()
Name of the SchemaUser Object PropertiesgetTitle()
User-defined display name for the SchemagetType()
Type of [root Schema](https://tools.ietf.org/html/draft-zyp-json-schema-04#section-3.4)int
hashCode()
properties
(UserSchemaProperties properties) void
setDefinitions
(UserSchemaDefinitions definitions) void
void
setProperties
(UserSchemaProperties properties) void
toString()
-
Field Details
-
JSON_PROPERTY_$_SCHEMA
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_DEFINITIONS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserSchema
public UserSchema()
-
-
Method Details
-
get$Schema
JSON Schema version identifier- Returns:
- $schema
-
getCreated
Timestamp when the Schema was created- Returns:
- created
-
definitions
-
getDefinitions
User Profile subschemas The Profile object for a User is defined by a composite Schema of base and custom properties using a JSON path to reference subschemas. The `#base` properties are defined and versioned by Okta, while `#custom` properties are extensible. Custom property names for the Profile object must be unique and can't conflict with a property name defined in the `#base` subschema.- Returns:
- definitions
-
setDefinitions
-
getId
URI of User Schema- Returns:
- id
-
getLastUpdated
Timestamp when the Schema was last updated- Returns:
- lastUpdated
-
getName
Name of the Schema- Returns:
- name
-
properties
-
getProperties
User Object Properties- Returns:
- properties
-
setProperties
-
title
-
getTitle
User-defined display name for the Schema- Returns:
- title
-
setTitle
-
getType
Type of [root Schema](https://tools.ietf.org/html/draft-zyp-json-schema-04#section-3.4)- Returns:
- type
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-