Package | Description |
---|---|
com.oracle.bmc.zpr.model | |
com.oracle.bmc.zpr.requests |
Modifier and Type | Method and Description |
---|---|
static WorkRequestStatus |
WorkRequestStatus.create(String key) |
WorkRequestStatus |
WorkRequestSummary.getStatus()
The status of the work request.
|
WorkRequestStatus |
WorkRequest.getStatus()
The status of the work request.
|
static WorkRequestStatus |
WorkRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestStatus[] |
WorkRequestStatus.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(WorkRequestStatus status)
The status of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.status(WorkRequestStatus status)
The status of the work request.
|
Constructor and Description |
---|
WorkRequest(OperationType operationType,
WorkRequestStatus status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Date timeUpdated)
Deprecated.
|
WorkRequestSummary(OperationType operationType,
WorkRequestStatus 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 |
---|---|
WorkRequestStatus |
ListZprConfigurationWorkRequestsRequest.getStatus()
A filter to return only the resources that match the given lifecycle state.
|
WorkRequestStatus |
ListZprPolicyWorkRequestsRequest.getStatus()
A filter to return only the resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListZprConfigurationWorkRequestsRequest.Builder |
ListZprConfigurationWorkRequestsRequest.Builder.status(WorkRequestStatus status)
A filter to return only the resources that match the given lifecycle state.
|
ListZprPolicyWorkRequestsRequest.Builder |
ListZprPolicyWorkRequestsRequest.Builder.status(WorkRequestStatus status)
A filter to return only the resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.