@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class GroupSchema
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_$_SCHEMA |
static java.lang.String |
JSON_PROPERTY_CREATED |
static java.lang.String |
JSON_PROPERTY_DEFINITIONS |
static java.lang.String |
JSON_PROPERTY_DESCRIPTION |
static java.lang.String |
JSON_PROPERTY_ID |
static java.lang.String |
JSON_PROPERTY_LAST_UPDATED |
static java.lang.String |
JSON_PROPERTY_LINKS |
static java.lang.String |
JSON_PROPERTY_NAME |
static java.lang.String |
JSON_PROPERTY_PROPERTIES |
static java.lang.String |
JSON_PROPERTY_TITLE |
static java.lang.String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupSchema() |
Modifier and Type | Method and Description |
---|---|
GroupSchema |
definitions(GroupSchemaDefinitions definitions) |
GroupSchema |
description(java.lang.String description) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
get$Schema()
Get $schema
|
java.lang.String |
getCreated()
Get created
|
GroupSchemaDefinitions |
getDefinitions()
Get definitions
|
java.lang.String |
getDescription()
Get description
|
java.lang.String |
getId()
Get id
|
java.lang.String |
getLastUpdated()
Get lastUpdated
|
java.util.Map<java.lang.String,java.lang.Object> |
getLinks()
Get links
|
java.lang.String |
getName()
Get name
|
UserSchemaProperties |
getProperties()
Get properties
|
java.lang.String |
getTitle()
Get title
|
java.lang.String |
getType()
Get type
|
int |
hashCode() |
GroupSchema |
properties(UserSchemaProperties properties) |
void |
setDefinitions(GroupSchemaDefinitions definitions) |
void |
setDescription(java.lang.String description) |
void |
setProperties(UserSchemaProperties properties) |
void |
setTitle(java.lang.String title) |
GroupSchema |
title(java.lang.String title) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_$_SCHEMA
public static final java.lang.String JSON_PROPERTY_CREATED
public static final java.lang.String JSON_PROPERTY_DEFINITIONS
public static final java.lang.String JSON_PROPERTY_DESCRIPTION
public static final java.lang.String JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_LAST_UPDATED
public static final java.lang.String JSON_PROPERTY_NAME
public static final java.lang.String JSON_PROPERTY_PROPERTIES
public static final java.lang.String JSON_PROPERTY_TITLE
public static final java.lang.String JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_LINKS
@Nullable public java.lang.String get$Schema()
@Nullable public java.lang.String getCreated()
public GroupSchema definitions(GroupSchemaDefinitions definitions)
@Nullable public GroupSchemaDefinitions getDefinitions()
public void setDefinitions(GroupSchemaDefinitions definitions)
public GroupSchema description(java.lang.String description)
@Nullable public java.lang.String getDescription()
public void setDescription(java.lang.String description)
@Nullable public java.lang.String getId()
@Nullable public java.lang.String getLastUpdated()
@Nullable public java.lang.String getName()
public GroupSchema properties(UserSchemaProperties properties)
@Nullable public UserSchemaProperties getProperties()
public void setProperties(UserSchemaProperties properties)
public GroupSchema title(java.lang.String title)
@Nullable public java.lang.String getTitle()
public void setTitle(java.lang.String title)
@Nullable public java.lang.String getType()
@Nullable public java.util.Map<java.lang.String,java.lang.Object> getLinks()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.