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