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