Uses of Class
com.oracle.bmc.waf.model.WorkRequestResource.ActionType
- 
Packages that use WorkRequestResource.ActionType Package Description com.oracle.bmc.waf.model  - 
- 
Uses of WorkRequestResource.ActionType in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return WorkRequestResource.ActionType Modifier and Type Method Description static WorkRequestResource.ActionTypeWorkRequestResource.ActionType. create(String key)WorkRequestResource.ActionTypeWorkRequestResource. getActionType()The way in which this resource is affected by the work tracked in the WorkRequest.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.waf.model with parameters of type WorkRequestResource.ActionType Modifier and Type Method Description WorkRequestResource.BuilderWorkRequestResource.Builder. actionType(WorkRequestResource.ActionType actionType)The way in which this resource is affected by the work tracked in the WorkRequest.Constructors in com.oracle.bmc.waf.model with parameters of type WorkRequestResource.ActionType Constructor Description WorkRequestResource(String entityType, WorkRequestResource.ActionType actionType, String identifier, String entityUri)Deprecated. 
 -