| 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
|
com.google.api.client.http.HttpResponse |
ProjectApi.createTimeEntryForHttpResponse(String accessToken,
String xeroTenantId,
UUID projectId,
TimeEntryCreateOrUpdate timeEntryCreateOrUpdate) |
void |
ProjectApi.updateTimeEntry(String accessToken,
String xeroTenantId,
UUID projectId,
UUID timeEntryId,
TimeEntryCreateOrUpdate timeEntryCreateOrUpdate)
Allows you to update time entry in a project
Allows you to update time entry in a project
|
com.google.api.client.http.HttpResponse |
ProjectApi.updateTimeEntryForHttpResponse(String accessToken,
String xeroTenantId,
UUID projectId,
UUID timeEntryId,
TimeEntryCreateOrUpdate timeEntryCreateOrUpdate) |
| Modifier and Type | Method and Description |
|---|---|
TimeEntryCreateOrUpdate |
TimeEntryCreateOrUpdate.dateUtc(org.threeten.bp.OffsetDateTime dateUtc) |
TimeEntryCreateOrUpdate |
TimeEntryCreateOrUpdate.description(String description) |
TimeEntryCreateOrUpdate |
TimeEntryCreateOrUpdate.duration(Integer duration) |
TimeEntryCreateOrUpdate |
TimeEntryCreateOrUpdate.taskId(UUID taskId) |
TimeEntryCreateOrUpdate |
TimeEntryCreateOrUpdate.userId(UUID userId) |
Copyright © 2020. All rights reserved.