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