| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.project |
| Modifier and Type | Method and Description |
|---|---|
TimeEntry |
ProjectApi.createTimeEntry(String accessToken,
String xeroTenantId,
UUID projectId,
TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)
Allows you to create a task
Allows you to create a specific task
|
TimeEntry |
ProjectApi.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
|
| Modifier and Type | Method and Description |
|---|---|
TimeEntry |
TimeEntry.dateEnteredUtc(org.threeten.bp.OffsetDateTime dateEnteredUtc) |
TimeEntry |
TimeEntry.dateUtc(org.threeten.bp.OffsetDateTime dateUtc) |
TimeEntry |
TimeEntry.description(String description) |
TimeEntry |
TimeEntry.duration(Integer duration) |
TimeEntry |
TimeEntry.projectId(UUID projectId) |
TimeEntry |
TimeEntry.status(TimeEntry.StatusEnum status) |
TimeEntry |
TimeEntry.taskId(UUID taskId) |
TimeEntry |
TimeEntry.timeEntryId(UUID timeEntryId) |
TimeEntry |
TimeEntry.userId(UUID userId) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeEntry> |
TimeEntries.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
TimeEntries |
TimeEntries.addItemsItem(TimeEntry itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
TimeEntries |
TimeEntries.items(List<TimeEntry> items) |
void |
TimeEntries.setItems(List<TimeEntry> items) |
Copyright © 2020. All rights reserved.