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