Uses of Class
org.duracloud.audit.task.AuditTask.ActionType
-
Packages that use AuditTask.ActionType Package Description org.duracloud.audit.task -
-
Uses of AuditTask.ActionType in org.duracloud.audit.task
Methods in org.duracloud.audit.task that return AuditTask.ActionType Modifier and Type Method Description static AuditTask.ActionTypeAuditTask.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditTask.ActionType[]AuditTask.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-