Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static WorkItemStatus |
WorkItemStatus.create(String key) |
WorkItemStatus |
WorkItemSummary.getStatus()
The status of the work item.
|
static WorkItemStatus |
WorkItemStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkItemStatus[] |
WorkItemStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkItemSummary.Builder |
WorkItemSummary.Builder.status(WorkItemStatus status)
The status of the work item.
|
Constructor and Description |
---|
WorkItemSummary(String id,
String workRequestId,
InstallationSite installationSite,
WorkItemDetails details,
WorkItemStatus status,
Integer retryCount,
Date timeLastUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.