Interface TimeEntryCreationInfoDuration
- All Superinterfaces:
 TimeEntryCreationInfo
@TypeAdapters(fieldNamingStrategy=true)
@Immutable
public interface TimeEntryCreationInfoDuration
extends TimeEntryCreationInfo
- 
Method Summary
Methods inherited from interface ch.aaap.harvestclient.domain.param.TimeEntryCreationInfo
getExternalReference, getNotes, getProjectReference, getSpentDate, getTaskReference, getUserReference 
- 
Method Details
- 
getHours
- Returns:
 - The current amount of time tracked. Defaults to 0.0. If set, is_running will be true, and false otherwise.
 
 
 -