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