@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class GroupSchemaBase
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 |
---|
GroupSchemaBase() |
Modifier and Type | Method and Description |
---|---|
GroupSchemaBase |
addRequiredItem(java.lang.String requiredItem) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Get id
|
GroupSchemaBaseProperties |
getProperties()
Get properties
|
java.util.List<java.lang.String> |
getRequired()
Get required
|
java.lang.String |
getType()
Get type
|
int |
hashCode() |
GroupSchemaBase |
properties(GroupSchemaBaseProperties properties) |
GroupSchemaBase |
required(java.util.List<java.lang.String> required) |
void |
setProperties(GroupSchemaBaseProperties properties) |
void |
setRequired(java.util.List<java.lang.String> required) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
GroupSchemaBase |
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 GroupSchemaBase properties(GroupSchemaBaseProperties properties)
@Nullable public GroupSchemaBaseProperties getProperties()
public void setProperties(GroupSchemaBaseProperties properties)
public GroupSchemaBase required(java.util.List<java.lang.String> required)
public GroupSchemaBase 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 GroupSchemaBase 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.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.