public interface TimesheetsApi
| Modifier and Type | Method and Description |
|---|---|
void |
create(long projectId,
long taskId,
java.time.LocalDate spentDate) |
void |
create(long projectId,
long taskId,
java.time.LocalDate spentDate,
long userId) |
void |
delete(long timeEntryId) |
TimeEntry |
get(long timeEntryId) |
java.util.List<TimeEntry> |
list() |