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