Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Status |
WorkRequest.Status.create(String key) |
WorkRequest.Status |
WorkRequestSummary.getStatus()
The status of the specified work request.
|
WorkRequest.Status |
WorkRequest.getStatus()
The status of the work request.
|
static WorkRequest.Status |
WorkRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequest.Status[] |
WorkRequest.Status.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(WorkRequest.Status status)
The status of the specified work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(WorkRequest.Status status)
The status of the work request.
|
Constructor and Description |
---|
WorkRequest(WorkRequest.OperationType operationType,
WorkRequest.Status status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
WorkRequestSummary(WorkRequest.OperationType operationType,
WorkRequest.Status status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.