Uses of Class
com.xero.models.project.TimeEntry
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.project |
-
Uses of TimeEntry in com.xero.api.client
Methods in com.xero.api.client that return TimeEntry Modifier and Type Method Description TimeEntryProjectApi. createTimeEntry(String accessToken, String xeroTenantId, UUID projectId, TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)Allows you to create a task Allows you to create a specific taskTimeEntryProjectApi. getTimeEntry(String accessToken, String xeroTenantId, UUID projectId, UUID timeEntryId)Allows you to get a single time entry in a project Allows you to upget a single time entry in a project -
Uses of TimeEntry in com.xero.models.project
Methods in com.xero.models.project that return TimeEntry Modifier and Type Method Description TimeEntryTimeEntry. dateEnteredUtc(org.threeten.bp.OffsetDateTime dateEnteredUtc)TimeEntryTimeEntry. dateUtc(org.threeten.bp.OffsetDateTime dateUtc)TimeEntryTimeEntry. description(String description)TimeEntryTimeEntry. duration(Integer duration)TimeEntryTimeEntry. projectId(UUID projectId)TimeEntryTimeEntry. status(TimeEntry.StatusEnum status)TimeEntryTimeEntry. taskId(UUID taskId)TimeEntryTimeEntry. timeEntryId(UUID timeEntryId)TimeEntryTimeEntry. userId(UUID userId)Methods in com.xero.models.project that return types with arguments of type TimeEntry Modifier and Type Method Description List<TimeEntry>TimeEntries. getItems()Get itemsMethods in com.xero.models.project with parameters of type TimeEntry Modifier and Type Method Description TimeEntriesTimeEntries. addItemsItem(TimeEntry itemsItem)Method parameters in com.xero.models.project with type arguments of type TimeEntry Modifier and Type Method Description TimeEntriesTimeEntries. items(List<TimeEntry> items)voidTimeEntries. setItems(List<TimeEntry> items)