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