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