Package com.okta.sdk.resource.model
Class GroupSchemaCustom
java.lang.Object
com.okta.sdk.resource.model.GroupSchemaCustom
- 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 GroupSchemaCustom
extends Object
implements Serializable
All custom Profile properties are defined in a Profile subschema with the resolution scope `#custom`
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The subschema nameThe `#custom` object propertiesA collection indicating required property namesgetType()
The object typeint
hashCode()
properties
(Map<String, GroupSchemaAttribute> properties) putpropertiesItem
(String key, GroupSchemaAttribute propertiesItem) void
setProperties
(Map<String, GroupSchemaAttribute> 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
-
GroupSchemaCustom
public GroupSchemaCustom()
-
-
Method Details
-
getId
The subschema name- Returns:
- id
-
properties
-
putpropertiesItem
-
getProperties
The `#custom` 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
-