Package com.enonic.xp.audit
Class FindAuditLogParams
- java.lang.Object
-
- com.enonic.xp.audit.FindAuditLogParams
-
public class FindAuditLogParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindAuditLogParams.Builder
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_FETCH_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindAuditLogParams.Buildercreate()intgetCount()InstantgetFrom()AuditLogIdsgetIds()AuditLogUrisgetObjectUris()StringgetSource()intgetStart()InstantgetTo()StringgetType()PrincipalKeysgetUsers()static FindAuditLogParams.BuildernewBuilder()
-
-
-
Field Detail
-
DEFAULT_FETCH_SIZE
public static final int DEFAULT_FETCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static FindAuditLogParams.Builder newBuilder()
-
getIds
public AuditLogIds getIds()
-
getFrom
public Instant getFrom()
-
getTo
public Instant getTo()
-
getType
public String getType()
-
getSource
public String getSource()
-
getStart
public int getStart()
-
getCount
public int getCount()
-
getUsers
public PrincipalKeys getUsers()
-
getObjectUris
public AuditLogUris getObjectUris()
-
create
public static FindAuditLogParams.Builder create()
-
-