Uses of Class
com.atlassian.crowd.plugin.rest.entity.audit.AuditLogEntityRestDTO
Packages that use AuditLogEntityRestDTO
-
Uses of AuditLogEntityRestDTO in com.atlassian.crowd.plugin.rest.entity.audit
Methods in com.atlassian.crowd.plugin.rest.entity.audit that return AuditLogEntityRestDTOMethods in com.atlassian.crowd.plugin.rest.entity.audit that return types with arguments of type AuditLogEntityRestDTOMethods in com.atlassian.crowd.plugin.rest.entity.audit with parameters of type AuditLogEntityRestDTOModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.addEntity(AuditLogEntityRestDTO entity) AuditLogEntityRestDTO.builder(AuditLogEntityRestDTO data) Method parameters in com.atlassian.crowd.plugin.rest.entity.audit with type arguments of type AuditLogEntityRestDTOModifier and TypeMethodDescriptionAuditLogChangesetRestDTO.Builder.addEntities(Iterable<AuditLogEntityRestDTO> entities) AuditLogChangesetRestDTO.Builder.setEntities(Set<AuditLogEntityRestDTO> entities) Constructor parameters in com.atlassian.crowd.plugin.rest.entity.audit with type arguments of type AuditLogEntityRestDTOModifierConstructorDescriptionAuditLogChangesetRestDTO(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)