Uses of Class
com.oracle.bmc.jms.model.WorkItemDetails.Kind
-
Packages that use WorkItemDetails.Kind Package Description com.oracle.bmc.jms.model -
-
Uses of WorkItemDetails.Kind in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return WorkItemDetails.Kind Modifier and Type Method Description static WorkItemDetails.Kind
WorkItemDetails.Kind. create(String key)
static WorkItemDetails.Kind
WorkItemDetails.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkItemDetails.Kind[]
WorkItemDetails.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-