Package | Description |
---|---|
com.oracle.bmc.lockbox.model |
Modifier and Type | Method and Description |
---|---|
ActivityLog |
ActivityLog.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActivityLog> |
AccessRequestExt.getActivityLogs()
The actions taken by different persona on the access request, e.g.
|
List<ActivityLog> |
AccessRequest.getActivityLogs()
The actions taken by different persona on the access request, e.g.
|
Modifier and Type | Method and Description |
---|---|
ActivityLog.Builder |
ActivityLog.Builder.copy(ActivityLog model) |
Modifier and Type | Method and Description |
---|---|
AccessRequestExt.Builder |
AccessRequestExt.Builder.activityLogs(List<ActivityLog> activityLogs)
The actions taken by different persona on the access request, e.g.
|
AccessRequest.Builder |
AccessRequest.Builder.activityLogs(List<ActivityLog> activityLogs)
The actions taken by different persona on the access request, e.g.
|
Constructor and Description |
---|
AccessRequest(String id,
String lockboxId,
String displayName,
String description,
String requestorId,
AccessRequest.LifecycleState lifecycleState,
AccessRequest.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.
|
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.