Class AuditLogQueryRestDTO
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.audit.query.AuditLogQueryRestDTO
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAuditLogQueryRestDTO
(Date onOrAfter, Date beforeOrOn, List<AuditLogEventType> actions, List<AuditLogEventSource> sources, List<AuditLogAuthorRestrictionRestDTO> authors, List<AuditLogEntityRestrictionRestDTO> users, List<AuditLogEntityRestrictionRestDTO> groups, List<AuditLogEntityRestrictionRestDTO> applications, List<AuditLogEntityRestrictionRestDTO> directories) -
Method Summary
Modifier and TypeMethodDescriptionstatic AuditLogQueryRestDTO.Builder
builder()
static AuditLogQueryRestDTO.Builder
builder
(AuditLogQueryRestDTO data) boolean
getUsers()
int
hashCode()
toString()
-
Constructor Details
-
AuditLogQueryRestDTO
public AuditLogQueryRestDTO(Date onOrAfter, Date beforeOrOn, List<AuditLogEventType> actions, List<AuditLogEventSource> sources, List<AuditLogAuthorRestrictionRestDTO> authors, List<AuditLogEntityRestrictionRestDTO> users, List<AuditLogEntityRestrictionRestDTO> groups, List<AuditLogEntityRestrictionRestDTO> applications, List<AuditLogEntityRestrictionRestDTO> directories)
-
-
Method Details