Uses of Class
com.oracle.bmc.waas.model.WorkRequestResource.ActionType
-
Packages that use WorkRequestResource.ActionType Package Description com.oracle.bmc.waas.model -
-
Uses of WorkRequestResource.ActionType in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return WorkRequestResource.ActionType Modifier and Type Method Description static WorkRequestResource.ActionTypeWorkRequestResource.ActionType. create(String key)WorkRequestResource.ActionTypeWorkRequestResource. getActionType()How the work request affects the resource.static WorkRequestResource.ActionTypeWorkRequestResource.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.waas.model with parameters of type WorkRequestResource.ActionType Modifier and Type Method Description WorkRequestResource.BuilderWorkRequestResource.Builder. actionType(WorkRequestResource.ActionType actionType)How the work request affects the resource.Constructors in com.oracle.bmc.waas.model with parameters of type WorkRequestResource.ActionType Constructor Description WorkRequestResource(WorkRequestResource.ActionType actionType, String entityType, String identifier, String entityUri)Deprecated.
-