Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static UserGroupMembership.LifecycleState |
UserGroupMembership.LifecycleState.create(String key) |
UserGroupMembership.LifecycleState |
UserGroupMembership.getLifecycleState()
The membership’s current state.
|
static UserGroupMembership.LifecycleState |
UserGroupMembership.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserGroupMembership.LifecycleState[] |
UserGroupMembership.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserGroupMembership.Builder |
UserGroupMembership.Builder.lifecycleState(UserGroupMembership.LifecycleState lifecycleState)
The membership’s current state.
|
Constructor and Description |
---|
UserGroupMembership(String id,
String compartmentId,
String groupId,
String userId,
Date timeCreated,
UserGroupMembership.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.