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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Grouppublic Group()
 
- 
- 
Method Details- 
getCreatedTimestamp when the Group was created- Returns:
- created
 
- 
getIdUnique ID for the Group- Returns:
- id
 
- 
getLastMembershipUpdatedTimestamp when the Groups memberships were last updated- Returns:
- lastMembershipUpdated
 
- 
getLastUpdatedTimestamp when the Group's Profile was last updated- Returns:
- lastUpdated
 
- 
getObjectClassDetermines the Group's `profile`- Returns:
- objectClass
 
- 
profile
- 
getProfileGet profile- Returns:
- profile
 
- 
setProfile
- 
type
- 
getTypeGet type- Returns:
- type
 
- 
setType
- 
getEmbeddedEmbedded resources related to the Group- Returns:
- embedded
 
- 
links
- 
getLinksGet links- Returns:
- links
 
- 
setLinks
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-