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