Uses of Class
com.oracle.bmc.marketplace.model.WorkRequestActionType
-
Packages that use WorkRequestActionType Package Description com.oracle.bmc.marketplace.model -
-
Uses of WorkRequestActionType in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return WorkRequestActionType Modifier and Type Method Description static WorkRequestActionType
WorkRequestActionType. create(String key)
WorkRequestActionType
WorkRequestResource. getActionType()
The way in which this resource was affected by the work tracked by the work request.static WorkRequestActionType
WorkRequestActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestActionType[]
WorkRequestActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type WorkRequestActionType Modifier and Type Method Description WorkRequestResource.Builder
WorkRequestResource.Builder. actionType(WorkRequestActionType actionType)
The way in which this resource was affected by the work tracked by the work request.Constructors in com.oracle.bmc.marketplace.model with parameters of type WorkRequestActionType Constructor Description WorkRequestResource(String entityType, WorkRequestActionType actionType, String identifier, String entityUri, Map<String,String> metadata)
Deprecated.
-