@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupSchema extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_$_SCHEMA |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_DEFINITIONS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROPERTIES |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupSchema() |
Modifier and Type | Method and Description |
---|---|
GroupSchema |
definitions(GroupSchemaDefinitions definitions) |
GroupSchema |
description(String description) |
boolean |
equals(Object o) |
String |
get$Schema()
Get $schema
|
String |
getCreated()
Get created
|
GroupSchemaDefinitions |
getDefinitions()
Get definitions
|
String |
getDescription()
Get description
|
String |
getId()
Get id
|
String |
getLastUpdated()
Get lastUpdated
|
LinksSelf |
getLinks()
Get links
|
String |
getName()
Get name
|
UserSchemaProperties |
getProperties()
Get properties
|
String |
getTitle()
Get title
|
String |
getType()
Get type
|
int |
hashCode() |
GroupSchema |
links(LinksSelf links) |
GroupSchema |
properties(UserSchemaProperties properties) |
void |
setDefinitions(GroupSchemaDefinitions definitions) |
void |
setDescription(String description) |
void |
setLinks(LinksSelf links) |
void |
setProperties(UserSchemaProperties properties) |
void |
setTitle(String title) |
GroupSchema |
title(String title) |
String |
toString() |
public static final String JSON_PROPERTY_$_SCHEMA
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DEFINITIONS
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
public GroupSchema definitions(GroupSchemaDefinitions definitions)
@Nullable public GroupSchemaDefinitions getDefinitions()
public void setDefinitions(GroupSchemaDefinitions definitions)
public GroupSchema description(String description)
public void setDescription(String description)
public GroupSchema properties(UserSchemaProperties properties)
@Nullable public UserSchemaProperties getProperties()
public void setProperties(UserSchemaProperties properties)
public GroupSchema title(String title)
public void setTitle(String title)
public GroupSchema links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.