Package com.okta.sdk.resource.model
Class GroupSchemaBase
java.lang.Object
com.okta.sdk.resource.model.GroupSchemaBase
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class GroupSchemaBase
extends Object
implements Serializable
GroupSchemaBase
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The subschema nameThe `#base` object propertiesA collection indicating required property namesgetType()
The object typeint
hashCode()
properties
(GroupSchemaBaseProperties properties) void
setProperties
(GroupSchemaBaseProperties properties) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_REQUIRED
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GroupSchemaBase
public GroupSchemaBase()
-
-
Method Details
-
getId
The subschema name- Returns:
- id
-
properties
-
getProperties
The `#base` object properties- Returns:
- properties
-
setProperties
-
getRequired
A collection indicating required property names- Returns:
- required
-
getType
The object type- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-