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