Package | Description |
---|---|
com.oracle.bmc.generativeaiagent.model | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
static OperationStatus |
OperationStatus.create(String key) |
OperationStatus |
WorkRequestSummary.getStatus()
The status of the work request.
|
OperationStatus |
WorkRequest.getStatus()
The status of the work request.
|
static OperationStatus |
OperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationStatus[] |
OperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.status(OperationStatus status)
The status of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(OperationStatus status)
The status of the work request.
|
Constructor and Description |
---|
WorkRequest(OperationType operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Date timeUpdated)
Deprecated.
|
WorkRequestSummary(OperationType operationType,
OperationStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperationStatus |
ListWorkRequestsRequest.getStatus()
A filter to return only the resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.status(OperationStatus status)
A filter to return only the resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.