Class AuditLogQueryRestDTO
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.audit.query.AuditLogQueryRestDTO
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuditLogQueryRestDTO(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.Builderbuilder()static AuditLogQueryRestDTO.Builderbuilder(AuditLogQueryRestDTO data) booleangetUsers()inthashCode()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