Interface TimeEntryCreationInfoTimestamp

All Superinterfaces:
TimeEntryCreationInfo

@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface TimeEntryCreationInfoTimestamp extends TimeEntryCreationInfo
  • Method Details

    • getStartedTime

      @Nullable LocalTime getStartedTime()
      Returns:
      The time the entry started. Defaults to the current time.
    • getEndedTime

      @Nullable LocalTime getEndedTime()
      Returns:
      The time the entry ended. If set, is_running will be false, and true otherwise.