Package com.okta.sdk.resource.model
Class OktaUserGroupProfile
java.lang.Object
com.okta.sdk.resource.model.OktaUserGroupProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]",
comments="Generator version: 7.11.0")
public class OktaUserGroupProfile
extends Object
implements Serializable
Profile for any Group that is not imported from Active Directory. Specifies the standard and custom profile
properties for a Group. The `objectClass` for these groups is `okta:user_group`.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the GroupgetName()Name of the GroupinthashCode()voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetDescription(String description) voidtoString()
-
Field Details
-
additionalProperties
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
OktaUserGroupProfile
public OktaUserGroupProfile()
-
-
Method Details
-
getAdditionalProperties
-
setAdditionalProperties
-
description
-
getDescription
Description of the Group- Returns:
- description
-
setDescription
-
name
-
getName
Name of the Group- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-