-
Methods in com.xero.api.client with parameters of type TimeEntryCreateOrUpdate
| Modifier and Type |
Method |
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) |
|
-