Uses of Class
com.xero.models.project.TimeEntry
-
Packages that use 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)Creates a time entry for a specific project Allows you to create a specific taskTimeEntryProjectApi. getTimeEntry(String accessToken, String xeroTenantId, UUID projectId, UUID timeEntryId)Retrieves a single time entry for a specific project Allows you to get 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)The date time that time entry is created.TimeEntryTimeEntry. dateUtc(org.threeten.bp.OffsetDateTime dateUtc)The date time that time entry is logged on.TimeEntryTimeEntry. description(String description)A description of the time entry.TimeEntryTimeEntry. duration(Integer duration)The duration of logged minutes.TimeEntryTimeEntry. projectId(UUID projectId)Identifier of the project, that the task (which the time entry is logged against) belongs to.TimeEntryTimeEntry. status(TimeEntry.StatusEnum status)Status of the time entry.TimeEntryTimeEntry. taskId(UUID taskId)Identifier of the task that time entry is logged against.TimeEntryTimeEntry. timeEntryId(UUID timeEntryId)Identifier of the time entry.TimeEntryTimeEntry. userId(UUID userId)The xero user identifier of the person who logged time.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)itemsMethod parameters in com.xero.models.project with type arguments of type TimeEntry Modifier and Type Method Description TimeEntriesTimeEntries. items(List<TimeEntry> items)itemsvoidTimeEntries. setItems(List<TimeEntry> items)items
-