Class DeletedWorklog

java.lang.Object
com.atlassian.jira.bc.issue.worklog.DeletedWorklog
All Implemented Interfaces:
WithId

@PublicApi @Immutable public class DeletedWorklog extends Object implements WithId
Information about removed worklog.
  • Constructor Details

    • DeletedWorklog

      public DeletedWorklog(Long id, Date deletionTime)
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface WithId
      Returns:
      id of the removed worklog.
    • getDeletionTime

      public Date getDeletionTime()
      Returns:
      time of deletion of worklog.