Interface ActivityStreamWorklog

All Superinterfaces:
WithId

public interface ActivityStreamWorklog extends WithId
  • Method Details

    • getIssueId

      Long getIssueId()
    • getAuthor

      User getAuthor()
    • getAuthorId

      Long getAuthorId()
    • getUpdater

      User getUpdater()
    • getUpdaterId

      Long getUpdaterId()
    • getCreated

      LocalDateTime getCreated()
    • getUpdated

      LocalDateTime getUpdated()
    • getStartDate

      String getStartDate()
    • getTimeSpent

      String getTimeSpent()
    • getComment

      String getComment()