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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTimestamp 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 typeinthashCode()links(GroupLinks links) profile(GroupProfile profile) voidsetLinks(GroupLinks links) voidsetProfile(GroupProfile profile) voidtoString()
-
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
-