Package com.enonic.xp.audit
Class CleanUpAuditLogParams
- java.lang.Object
-
- com.enonic.xp.audit.CleanUpAuditLogParams
-
public final class CleanUpAuditLogParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CleanUpAuditLogParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CleanUpAuditLogParams.Builder
create()
String
getAgeThreshold()
CleanUpAuditLogListener
getListener()
-
-
-
Method Detail
-
getListener
public CleanUpAuditLogListener getListener()
-
getAgeThreshold
public String getAgeThreshold()
-
create
public static CleanUpAuditLogParams.Builder create()
-
-