| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
TimesheetLine |
PayrollUkApi.deleteTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID)
delete a timesheet
|
TimesheetLine |
PayrollUkApi.deleteTimesheetLine(String accessToken,
String xeroTenantId,
UUID timesheetID,
UUID timesheetLineID)
delete a timesheet line
|
| Modifier and Type | Method and Description |
|---|---|
TimesheetLineObject |
PayrollUkApi.createTimesheetLine(String accessToken,
String xeroTenantId,
UUID timesheetID,
TimesheetLine timesheetLine)
create a new timesheet line
|
com.google.api.client.http.HttpResponse |
PayrollUkApi.createTimesheetLineForHttpResponse(String accessToken,
String xeroTenantId,
UUID timesheetID,
TimesheetLine timesheetLine) |
TimesheetLineObject |
PayrollUkApi.updateTimesheetLine(String accessToken,
String xeroTenantId,
UUID timesheetID,
UUID timesheetLineID,
TimesheetLine timesheetLine)
update a timesheet line
|
com.google.api.client.http.HttpResponse |
PayrollUkApi.updateTimesheetLineForHttpResponse(String accessToken,
String xeroTenantId,
UUID timesheetID,
UUID timesheetLineID,
TimesheetLine timesheetLine) |
| Modifier and Type | Method and Description |
|---|---|
TimesheetLine |
TimesheetLine.date(org.threeten.bp.LocalDate date) |
TimesheetLine |
TimesheetLine.earningsRateID(UUID earningsRateID) |
TimesheetLine |
TimesheetLineObject.getTimesheetLine()
Get timesheetLine
|
TimesheetLine |
TimesheetLine.numberOfUnits(Double numberOfUnits) |
TimesheetLine |
TimesheetLine.timesheetLineID(UUID timesheetLineID) |
TimesheetLine |
TimesheetLine.trackingItemID(UUID trackingItemID) |
| Modifier and Type | Method and Description |
|---|---|
List<TimesheetLine> |
Timesheet.getTimesheetLines()
Get timesheetLines
|
| Modifier and Type | Method and Description |
|---|---|
Timesheet |
Timesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) |
void |
TimesheetLineObject.setTimesheetLine(TimesheetLine timesheetLine) |
TimesheetLineObject |
TimesheetLineObject.timesheetLine(TimesheetLine timesheetLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
Timesheet.setTimesheetLines(List<TimesheetLine> timesheetLines) |
Timesheet |
Timesheet.timesheetLines(List<TimesheetLine> timesheetLines) |
Copyright © 2020. All rights reserved.