-
Methods in com.xero.api.client that return TimeEntries
| Modifier and Type |
Method |
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
|
-