Package com.okta.sdk.resource.model
Class GroupMember
java.lang.Object
com.okta.sdk.resource.model.GroupMember
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class GroupMember
extends Object
implements Serializable
GroupMember
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(UserCredentials credentials) boolean
The timestamp when the user status transitioned to `ACTIVE`org.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> The timestamp when the user was createdGet credentialsIf specified, includes embedded resources related to the userThe group rule IDgetId()
The unique key for the userThe timestamp of the last loginorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> The timestamp when the user was last updatedgetLinks()
Get linksThe timestamp when the user's password was last updatedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get profile<div class=\"x-lifecycle-container\"><x-lifecycle class=\"ea\"></x-lifecycle></div>The ID of the Realm in which the user is residingGet statusThe timestamp when the status of the user last changedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> Get transitioningToStatusgetType()
Get typeint
hashCode()
profile
(UserProfile profile) void
setCredentials
(UserCredentials credentials) void
void
setProfile
(UserProfile profile) void
setStatus
(UserStatus status) void
setTransitioningToStatus
(UserStatus transitioningToStatus) void
status
(UserStatus status) toString()
transitioningToStatus
(UserStatus transitioningToStatus)
-
Field Details
-
JSON_PROPERTY_GROUP_RULE_ID
- See Also:
-
JSON_PROPERTY_ACTIVATED
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_LOGIN
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PASSWORD_CHANGED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_REALM_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_STATUS_CHANGED
- See Also:
-
JSON_PROPERTY_TRANSITIONING_TO_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
GroupMember
public GroupMember()
-
-
Method Details
-
getGroupRuleId
-
getActivated
The timestamp when the user status transitioned to `ACTIVE`- Returns:
- activated
-
getActivated_JsonNullable
-
getCreated
The timestamp when the user was created- Returns:
- created
-
credentials
-
getCredentials
-
setCredentials
-
getId
-
getLastLogin
-
getLastLogin_JsonNullable
-
getLastUpdated
The timestamp when the user was last updated- Returns:
- lastUpdated
-
getPasswordChanged
The timestamp when the user's password was last updated- Returns:
- passwordChanged
-
getPasswordChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable() -
profile
-
getProfile
-
setProfile
-
getRealmId
-
status
-
getStatus
-
setStatus
-
getStatusChanged
The timestamp when the status of the user last changed- Returns:
- statusChanged
-
getStatusChanged_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getStatusChanged_JsonNullable() -
transitioningToStatus
-
getTransitioningToStatus
Get transitioningToStatus- Returns:
- transitioningToStatus
-
setTransitioningToStatus
-
type
-
getType
-
setType
-
getEmbedded
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-