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