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 classCleanUpAuditLogParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CleanUpAuditLogParams.Buildercreate()StringgetAgeThreshold()CleanUpAuditLogListenergetListener()
-
-
-
Method Detail
-
getListener
public CleanUpAuditLogListener getListener()
-
getAgeThreshold
public String getAgeThreshold()
-
create
public static CleanUpAuditLogParams.Builder create()
-
-