Package | Description |
---|---|
com.oracle.bmc.analytics.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequestActionResult |
WorkRequestActionResult.create(String key) |
WorkRequestActionResult |
WorkRequestResource.getActionResult()
The way in which this resource was affected by this work request.
|
static WorkRequestActionResult |
WorkRequestActionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestActionResult[] |
WorkRequestActionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestResource.Builder |
WorkRequestResource.Builder.actionResult(WorkRequestActionResult actionResult)
The way in which this resource was affected by this work request.
|
Constructor and Description |
---|
WorkRequestResource(WorkRequestActionResult actionResult,
WorkRequestResourceType resourceType,
String identifier,
String resourceUri,
Map<String,String> metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.