Package | Description |
---|---|
com.oracle.bmc.securityattribute.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequestStatus |
WorkRequestStatus.create(String key) |
WorkRequestStatus |
SecurityAttributeWorkRequest.getStatus()
The current status of the work request.
|
WorkRequestStatus |
SecurityAttributeWorkRequestSummary.getStatus()
The current status of the work request.
|
static WorkRequestStatus |
WorkRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestStatus[] |
WorkRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityAttributeWorkRequest.Builder |
SecurityAttributeWorkRequest.Builder.status(WorkRequestStatus status)
The current status of the work request.
|
SecurityAttributeWorkRequestSummary.Builder |
SecurityAttributeWorkRequestSummary.Builder.status(WorkRequestStatus status)
The current status of the work request.
|
Constructor and Description |
---|
SecurityAttributeWorkRequest(String id,
WorkRequestOperationType operationType,
String compartmentId,
WorkRequestStatus status,
List<WorkRequestResource> resources,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete)
Deprecated.
|
SecurityAttributeWorkRequestSummary(String id,
WorkRequestOperationType operationType,
String compartmentId,
WorkRequestStatus status,
List<WorkRequestResource> resources,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.