@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class GroupSchemaCustom
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ID |
static java.lang.String |
JSON_PROPERTY_PROPERTIES |
static java.lang.String |
JSON_PROPERTY_REQUIRED |
static java.lang.String |
JSON_PROPERTY_TYPE |
| Constructor and Description |
|---|
GroupSchemaCustom() |
| Modifier and Type | Method and Description |
|---|---|
GroupSchemaCustom |
addRequiredItem(java.lang.String requiredItem) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Get id
|
java.util.Map<java.lang.String,GroupSchemaAttribute> |
getProperties()
Get properties
|
java.util.List<java.lang.String> |
getRequired()
Get required
|
java.lang.String |
getType()
Get type
|
int |
hashCode() |
GroupSchemaCustom |
properties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties) |
GroupSchemaCustom |
putPropertiesItem(java.lang.String key,
GroupSchemaAttribute propertiesItem) |
GroupSchemaCustom |
required(java.util.List<java.lang.String> required) |
void |
setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties) |
void |
setRequired(java.util.List<java.lang.String> required) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
GroupSchemaCustom |
type(java.lang.String type) |
public static final java.lang.String JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_PROPERTIES
public static final java.lang.String JSON_PROPERTY_REQUIRED
public static final java.lang.String JSON_PROPERTY_TYPE
@Nullable public java.lang.String getId()
public GroupSchemaCustom properties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties)
public GroupSchemaCustom putPropertiesItem(java.lang.String key, GroupSchemaAttribute propertiesItem)
@Nullable public java.util.Map<java.lang.String,GroupSchemaAttribute> getProperties()
public void setProperties(java.util.Map<java.lang.String,GroupSchemaAttribute> properties)
public GroupSchemaCustom required(java.util.List<java.lang.String> required)
public GroupSchemaCustom addRequiredItem(java.lang.String requiredItem)
@Nullable public java.util.List<java.lang.String> getRequired()
public void setRequired(java.util.List<java.lang.String> required)
public GroupSchemaCustom type(java.lang.String type)
@Nullable public java.lang.String getType()
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.