Interface Memo


@PublicApi public interface Memo
  • Method Details

    • getSummary

      @Nullable String getSummary()
    • getDescription

      @Nullable String getDescription()
    • getAssignee

      @Nullable ApplicationUser getAssignee()
    • getDueDate

      @Nullable LocalDate getDueDate()
    • getOriginalEstimate

      @Nullable Long getOriginalEstimate()
    • getRemainingEstimate

      @Nullable Long getRemainingEstimate()
    • getTimeSpent

      @Nullable Long getTimeSpent()