Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static WorkRequestStatus |
WorkRequestStatus.create(String key) |
WorkRequestStatus |
WorkRequestSummary.getStatus()
The status of the current work request.
|
WorkRequestStatus |
WorkRequest.getStatus()
The status of the current 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 |
---|---|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.status(WorkRequestStatus status)
The status of the current work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(WorkRequestStatus status)
The status of the current work request.
|
Constructor and Description |
---|
WorkRequest(String id,
String compartmentId,
WorkRequestOperationType operationType,
WorkRequestStatus status,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
List<WorkRequestResource> resources)
Deprecated.
|
WorkRequestSummary(WorkRequestOperationType operationType,
WorkRequestStatus status,
String id,
String compartmentId,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
List<WorkRequestResource> resources)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestStatus |
ListWorkRequestsRequest.getStatus()
A filter that returns the resources whose status matches the given WorkRequestStatus.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.status(WorkRequestStatus status)
A filter that returns the resources whose status matches the given WorkRequestStatus.
|
Copyright © 2016–2024. All rights reserved.