Uses of Class
com.oracle.bmc.workrequests.model.WorkRequestResource.ActionType
-
Packages that use WorkRequestResource.ActionType Package Description com.oracle.bmc.workrequests.model -
-
Uses of WorkRequestResource.ActionType in com.oracle.bmc.workrequests.model
Methods in com.oracle.bmc.workrequests.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 was affected by the operation that spawned 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.workrequests.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 was affected by the operation that spawned the work request.Constructors in com.oracle.bmc.workrequests.model with parameters of type WorkRequestResource.ActionType Constructor Description WorkRequestResource(WorkRequestResource.ActionType actionType, String entityType, String identifier, String entityUri)
Deprecated.
-