Package com.okta.sdk.resource.model
Class Group
java.lang.Object
com.okta.sdk.resource.model.Group
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class Group
extends Object
implements Serializable
Group
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Group was createdEmbedded resources related to the GroupgetId()
Unique ID for the GroupTimestamp when the Groups memberships were last updatedTimestamp when the Group's Profile was last updatedgetLinks()
Get linksDetermines the Group's `profile`Get profilegetType()
Get typeint
hashCode()
links
(GroupLinks links) profile
(GroupProfile profile) void
setLinks
(GroupLinks links) void
setProfile
(GroupProfile profile) void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_MEMBERSHIP_UPDATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_OBJECT_CLASS
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getCreated
Timestamp when the Group was created- Returns:
- created
-
getId
Unique ID for the Group- Returns:
- id
-
getLastMembershipUpdated
Timestamp when the Groups memberships were last updated- Returns:
- lastMembershipUpdated
-
getLastUpdated
Timestamp when the Group's Profile was last updated- Returns:
- lastUpdated
-
getObjectClass
Determines the Group's `profile`- Returns:
- objectClass
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
type
-
getType
Get type- Returns:
- type
-
setType
-
getEmbedded
Embedded resources related to the Group- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-