| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.project |
| Modifier and Type | Method and Description |
|---|---|
TimeEntries |
ProjectApi.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)
Allows you to retrieve the time entries associated with a specific project
Allows you to retrieve the time entries associated with a specific project
|
| Modifier and Type | Method and Description |
|---|---|
TimeEntries |
TimeEntries.addItemsItem(TimeEntry itemsItem) |
TimeEntries |
TimeEntries.items(List<TimeEntry> items) |
TimeEntries |
TimeEntries.pagination(Pagination pagination) |
Copyright © 2020. All rights reserved.