@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupSchemaDefinitions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BASE |
static String |
JSON_PROPERTY_CUSTOM |
Constructor and Description |
---|
GroupSchemaDefinitions() |
Modifier and Type | Method and Description |
---|---|
GroupSchemaDefinitions |
base(GroupSchemaBase base) |
GroupSchemaDefinitions |
custom(GroupSchemaCustom custom) |
boolean |
equals(Object o) |
GroupSchemaBase |
getBase()
Get base
|
GroupSchemaCustom |
getCustom()
Get custom
|
int |
hashCode() |
void |
setBase(GroupSchemaBase base) |
void |
setCustom(GroupSchemaCustom custom) |
String |
toString() |
public static final String JSON_PROPERTY_BASE
public static final String JSON_PROPERTY_CUSTOM
public GroupSchemaDefinitions base(GroupSchemaBase base)
@Nullable public GroupSchemaBase getBase()
public void setBase(GroupSchemaBase base)
public GroupSchemaDefinitions custom(GroupSchemaCustom custom)
@Nullable public GroupSchemaCustom getCustom()
public void setCustom(GroupSchemaCustom custom)
Copyright © 2017–2023 Okta. All rights reserved.