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