Package | Description |
---|---|
com.oracle.bmc.lockbox.model |
Modifier and Type | Method and Description |
---|---|
static AccessRequestExt.LifecycleState |
AccessRequestExt.LifecycleState.create(String key) |
AccessRequestExt.LifecycleState |
AccessRequestExt.getLifecycleState()
Possible access request lifecycle states.
|
static AccessRequestExt.LifecycleState |
AccessRequestExt.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRequestExt.LifecycleState[] |
AccessRequestExt.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessRequestExt.Builder |
AccessRequestExt.Builder.lifecycleState(AccessRequestExt.LifecycleState lifecycleState)
Possible access request lifecycle states.
|
Constructor and Description |
---|
AccessRequestExt(String requestorUserName,
String id,
String lockboxId,
String displayName,
String description,
String requestorId,
AccessRequestExt.LifecycleState lifecycleState,
AccessRequestExt.LifecycleStateDetails lifecycleStateDetails,
String accessDuration,
Map<String,String> context,
List<ActivityLog> activityLogs,
Date timeCreated,
Date timeUpdated,
Date timeExpired,
Date timeReminded,
Integer reminderCount,
String requestorLocation,
String ticketNumber)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.