Package com.okta.sdk.resource.model
Class GroupSchemaBaseProperties
java.lang.Object
com.okta.sdk.resource.model.GroupSchemaBaseProperties
- 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 GroupSchemaBaseProperties
extends Object
implements Serializable
All Okta-defined Profile properties are defined in a Profile subschema with the resolution scope `#base`.
These properties can't be removed or edited, regardless of any attempt to do so.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(GroupSchemaAttribute description) boolean
Human readable description of the GroupgetName()
Unique identifier for the Groupint
hashCode()
name
(GroupSchemaAttribute name) void
setDescription
(GroupSchemaAttribute description) void
setName
(GroupSchemaAttribute name) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
GroupSchemaBaseProperties
public GroupSchemaBaseProperties()
-
-
Method Details
-
description
-
getDescription
Human readable description of the Group- Returns:
- description
-
setDescription
-
name
-
getName
Unique identifier for the Group- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-