Package | Description |
---|---|
com.oracle.bmc.analytics.model | |
com.oracle.bmc.analytics.requests |
Modifier and Type | Method and Description |
---|---|
static WorkRequestResourceType |
WorkRequestResourceType.create(String key) |
WorkRequestResourceType |
WorkRequestResource.getResourceType()
The type of the resource the work request is affecting.
|
static WorkRequestResourceType |
WorkRequestResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestResourceType[] |
WorkRequestResourceType.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.resourceType(WorkRequestResourceType resourceType)
The type of the resource the work request is affecting.
|
Constructor and Description |
---|
WorkRequestResource(WorkRequestActionResult actionResult,
WorkRequestResourceType resourceType,
String identifier,
String resourceUri,
Map<String,String> metadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestResourceType |
ListWorkRequestsRequest.getResourceType()
Type of the resource associated with a work request.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.resourceType(WorkRequestResourceType resourceType)
Type of the resource associated with a work request.
|
Copyright © 2016–2024. All rights reserved.