Uses of Class
com.oracle.bmc.optimizer.model.WorkRequestActionType
-
Packages that use WorkRequestActionType Package Description com.oracle.bmc.optimizer.model -
-
Uses of WorkRequestActionType in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return WorkRequestActionType Modifier and Type Method Description static WorkRequestActionTypeWorkRequestActionType. create(String key)WorkRequestActionTypeWorkRequestResource. getActionType()The way in which this resource was affected by the work tracked by the work request.static WorkRequestActionTypeWorkRequestActionType. 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.optimizer.model with parameters of type WorkRequestActionType Modifier and Type Method Description WorkRequestResource.BuilderWorkRequestResource.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.optimizer.model with parameters of type WorkRequestActionType Constructor Description WorkRequestResource(String entityType, WorkRequestActionType actionType, String identifier, String entityUri, Map<String,String> metadata)Deprecated.
-