Uses of Class
com.atlassian.crowd.plugin.rest.entity.audit.AuditLogAuthorRestDTO
Packages that use AuditLogAuthorRestDTO
-
Uses of AuditLogAuthorRestDTO in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogAuthorRestDTOModifier and TypeMethodDescriptionAuditLogAuthorRestDTO.Builder.build()AuditLogChangesetRestDTO.getAuthor()Methods in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogAuthorRestDTOModifier and TypeMethodDescriptionAuditLogAuthorRestDTO.builder(AuditLogAuthorRestDTO data) AuditLogChangesetRestDTO.Builder.setAuthor(AuditLogAuthorRestDTO author) Constructors in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogAuthorRestDTOModifierConstructorDescriptionAuditLogChangesetRestDTO(Long id, Date timestamp, AuditLogAuthorRestDTO author, AuditLogAuthorType authorType, Long authorId, String authorName, AuditLogEventType eventType, AuditLogEntityType entityType, Long entityId, String entityName, Set<AuditLogEntityRestDTO> entities, String ipAddress, String eventMessage, AuditLogEventSource source, Set<AuditLogEntryRestDTO> entries)