Uses of Class
com.xero.models.project.TimeEntries
-
Packages that use TimeEntries Package Description com.xero.api.client com.xero.models.project -
-
Uses of TimeEntries in com.xero.api.client
Methods in com.xero.api.client that return TimeEntries Modifier and Type Method Description TimeEntriesProjectApi. getTimeEntries(String accessToken, String xeroTenantId, UUID projectId, UUID userId, UUID taskId, UUID invoiceId, UUID contactId, Integer page, Integer pageSize, List<String> states, Boolean isChargeable, org.threeten.bp.OffsetDateTime dateAfterUtc, org.threeten.bp.OffsetDateTime dateBeforeUtc)Retrieves all time entries associated with a specific project Allows you to retrieve the time entries associated with a specific project -
Uses of TimeEntries in com.xero.models.project
Methods in com.xero.models.project that return TimeEntries Modifier and Type Method Description TimeEntriesTimeEntries. addItemsItem(TimeEntry itemsItem)itemsTimeEntriesTimeEntries. items(List<TimeEntry> items)itemsTimeEntriesTimeEntries. pagination(Pagination pagination)pagination
-