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