| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
List<Timesheet> |
XeroBadRequestException.getTimesheetItems()
Array of Timesheet with Validation Error Array
|
| Modifier and Type | Method and Description |
|---|---|
XeroBadRequestException |
XeroBadRequestException.addTimesheetItems(Timesheet item) |
| Modifier and Type | Method and Description |
|---|---|
void |
XeroBadRequestException.setTimesheetItems(List<Timesheet> timesheetItems) |
XeroBadRequestException |
XeroBadRequestException.timesheetItems(List<Timesheet> timesheetItems) |
| Modifier and Type | Method and Description |
|---|---|
Timesheets |
PayrollAuApi.createTimesheet(String accessToken,
String xeroTenantId,
List<Timesheet> timesheet)
Use this method to create a timesheet
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createTimesheetForHttpResponse(String accessToken,
String xeroTenantId,
List<Timesheet> timesheet) |
Timesheets |
PayrollAuApi.updateTimesheet(String accessToken,
String xeroTenantId,
UUID timesheetID,
List<Timesheet> timesheet)
Update a Timesheet
Update properties on a single timesheet
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.updateTimesheetForHttpResponse(String accessToken,
String xeroTenantId,
UUID timesheetID,
List<Timesheet> timesheet) |
| Modifier and Type | Method and Description |
|---|---|
Timesheet |
Timesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) |
Timesheet |
Timesheet.addValidationErrorsItem(ValidationError validationErrorsItem) |
Timesheet |
Timesheet.employeeID(UUID employeeID) |
Timesheet |
Timesheet.endDate(String endDate) |
Timesheet |
TimesheetObject.getTimesheet()
Get timesheet
|
Timesheet |
Timesheet.hours(Double hours) |
Timesheet |
Timesheet.startDate(String startDate) |
Timesheet |
Timesheet.status(TimesheetStatus status) |
Timesheet |
Timesheet.timesheetID(UUID timesheetID) |
Timesheet |
Timesheet.timesheetLines(List<TimesheetLine> timesheetLines) |
Timesheet |
Timesheet.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<Timesheet> |
Timesheets.getTimesheets()
Get timesheets
|
| Modifier and Type | Method and Description |
|---|---|
Timesheets |
Timesheets.addTimesheetsItem(Timesheet timesheetsItem) |
void |
TimesheetObject.setTimesheet(Timesheet timesheet) |
TimesheetObject |
TimesheetObject.timesheet(Timesheet timesheet) |
| Modifier and Type | Method and Description |
|---|---|
void |
Timesheets.setTimesheets(List<Timesheet> timesheets) |
Timesheets |
Timesheets.timesheets(List<Timesheet> timesheets) |
Copyright © 2020. All rights reserved.