Interface TimeEntryCreationInfoTimestamp
- All Superinterfaces:
- TimeEntryCreationInfo
@TypeAdapters(fieldNamingStrategy=true)
@Immutable
public interface TimeEntryCreationInfoTimestamp
extends TimeEntryCreationInfo
- 
Method SummaryMethods inherited from interface ch.aaap.harvestclient.domain.param.TimeEntryCreationInfogetExternalReference, getNotes, getProjectReference, getSpentDate, getTaskReference, getUserReference
- 
Method Details- 
getStartedTime- Returns:
- The time the entry started. Defaults to the current time.
 
- 
getEndedTime- Returns:
- The time the entry ended. If set, is_running will be false, and true otherwise.
 
 
-