Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.RequestAction |
WorkRequest.RequestAction.create(String key) |
WorkRequest.RequestAction |
WorkRequest.getRequestAction()
The type of the operation that’s associated with the work request.
|
static WorkRequest.RequestAction |
WorkRequest.RequestAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequest.RequestAction[] |
WorkRequest.RequestAction.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.requestAction(WorkRequest.RequestAction requestAction)
The type of the operation that’s associated with the work request.
|
Constructor and Description |
---|
WorkRequest(String id,
String compartmentId,
String odaInstanceId,
String resourceId,
WorkRequest.RequestAction requestAction,
WorkRequest.Status status,
String statusMessage,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.