@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupSchemaCustom extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_PROPERTIES |
static String |
JSON_PROPERTY_REQUIRED |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupSchemaCustom() |
Modifier and Type | Method and Description |
---|---|
GroupSchemaCustom |
addRequiredItem(String requiredItem) |
boolean |
equals(Object o) |
String |
getId()
Get id
|
Map<String,GroupSchemaAttribute> |
getProperties()
Get properties
|
List<String> |
getRequired()
Get required
|
String |
getType()
Get type
|
int |
hashCode() |
GroupSchemaCustom |
properties(Map<String,GroupSchemaAttribute> properties) |
GroupSchemaCustom |
putPropertiesItem(String key,
GroupSchemaAttribute propertiesItem) |
GroupSchemaCustom |
required(List<String> required) |
void |
setProperties(Map<String,GroupSchemaAttribute> properties) |
void |
setRequired(List<String> required) |
void |
setType(String type) |
String |
toString() |
GroupSchemaCustom |
type(String type) |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_REQUIRED
public static final String JSON_PROPERTY_TYPE
public GroupSchemaCustom properties(Map<String,GroupSchemaAttribute> properties)
public GroupSchemaCustom putPropertiesItem(String key, GroupSchemaAttribute propertiesItem)
@Nullable public Map<String,GroupSchemaAttribute> getProperties()
public void setProperties(Map<String,GroupSchemaAttribute> properties)
public GroupSchemaCustom required(List<String> required)
public GroupSchemaCustom addRequiredItem(String requiredItem)
public GroupSchemaCustom type(String type)
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.