Package com.enonic.xp.audit
Class FindAuditLogParams
- java.lang.Object
-
- com.enonic.xp.audit.FindAuditLogParams
-
public class FindAuditLogParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindAuditLogParams.Builder
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_FETCH_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindAuditLogParams.Builder
create()
int
getCount()
java.time.Instant
getFrom()
AuditLogIds
getIds()
AuditLogUris
getObjectUris()
java.lang.String
getSource()
int
getStart()
java.time.Instant
getTo()
java.lang.String
getType()
PrincipalKeys
getUsers()
static FindAuditLogParams.Builder
newBuilder()
-
-
-
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 java.time.Instant getFrom()
-
getTo
public java.time.Instant getTo()
-
getType
public java.lang.String getType()
-
getSource
public java.lang.String getSource()
-
getStart
public int getStart()
-
getCount
public int getCount()
-
getUsers
public PrincipalKeys getUsers()
-
getObjectUris
public AuditLogUris getObjectUris()
-
create
public static FindAuditLogParams.Builder create()
-
-