Package com.okta.sdk.resource.model
Class GroupSchema
java.lang.Object
com.okta.sdk.resource.model.GroupSchema
- 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 GroupSchema
extends Object
implements Serializable
GroupSchema
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefinitions
(GroupSchemaDefinitions definitions) description
(String description) boolean
JSON Schema version identifierTimestamp when the Schema was createdGet definitionsDescription for the SchemagetId()
URI of Group SchemaTimestamp when the Schema was last updatedgetLinks()
Get linksgetName()
Name of the SchemaGet 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
(GroupSchemaDefinitions definitions) void
setDescription
(String description) 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_DESCRIPTION
- 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
-
GroupSchema
public GroupSchema()
-
-
Method Details
-
get$Schema
JSON Schema version identifier- Returns:
- $schema
-
getCreated
Timestamp when the Schema was created- Returns:
- created
-
definitions
-
getDefinitions
Get definitions- Returns:
- definitions
-
setDefinitions
-
description
-
getDescription
Description for the Schema- Returns:
- description
-
setDescription
-
getId
URI of Group Schema- Returns:
- id
-
getLastUpdated
Timestamp when the Schema was last updated- Returns:
- lastUpdated
-
getName
Name of the Schema- Returns:
- name
-
properties
-
getProperties
Get 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
-