Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequestActionType |
WorkRequestActionType.create(String key) |
WorkRequestActionType |
WorkRequestResource.getActionType()
The way in which this resource was affected by the work tracked by the work request.
|
static WorkRequestActionType |
WorkRequestActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestActionType[] |
WorkRequestActionType.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.actionType(WorkRequestActionType actionType)
The way in which this resource was affected by the work tracked by the work request.
|
Constructor and Description |
---|
WorkRequestResource(String entityType,
WorkRequestActionType actionType,
String identifier,
String entityUri,
Map<String,String> metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.