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