Uses of Class
com.oracle.bmc.jms.model.WorkItemStatus
-
Packages that use WorkItemStatus Package Description com.oracle.bmc.jms.model -
-
Uses of WorkItemStatus in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return WorkItemStatus Modifier and Type Method 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.Methods in com.oracle.bmc.jms.model with parameters of type WorkItemStatus Modifier and Type Method Description WorkItemSummary.Builder
WorkItemSummary.Builder. status(WorkItemStatus status)
The status of the work item.Constructors in com.oracle.bmc.jms.model with parameters of type WorkItemStatus Constructor Description WorkItemSummary(String id, String workRequestId, InstallationSite installationSite, WorkItemDetails details, WorkItemStatus status, Integer retryCount, Date timeLastUpdated)
Deprecated.
-