@ExperimentalApi public class AuditLogQuery<RESULT> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<AuditLogEventType> |
getActions() |
List<AuditLogQueryEntityRestriction> |
getApplications() |
List<AuditLogQueryAuthorRestriction> |
getAuthors() |
Instant |
getBeforeOrOn() |
List<AuditLogQueryEntityRestriction> |
getDirectories() |
List<AuditLogQueryEntityRestriction> |
getGroups() |
int |
getMaxResults() |
Instant |
getOnOrAfter() |
AuditLogChangesetProjection |
getProjection() |
Class<RESULT> |
getReturnType() |
List<AuditLogEventSource> |
getSources() |
int |
getStartIndex() |
List<AuditLogQueryEntityRestriction> |
getUsers() |
int |
hashCode() |
String |
toString() |
public Instant getBeforeOrOn()
public Instant getOnOrAfter()
public List<AuditLogEventType> getActions()
public List<AuditLogEventSource> getSources()
public List<AuditLogQueryAuthorRestriction> getAuthors()
public List<AuditLogQueryEntityRestriction> getUsers()
public List<AuditLogQueryEntityRestriction> getGroups()
public List<AuditLogQueryEntityRestriction> getApplications()
public List<AuditLogQueryEntityRestriction> getDirectories()
public int getStartIndex()
public int getMaxResults()
@Nullable public AuditLogChangesetProjection getProjection()
Copyright © 2021 Atlassian. All rights reserved.