Uses of Class
com.xero.models.payrollau.Timesheets
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
-
Uses of Timesheets in com.xero.api
Methods in com.xero.api with parameters of type Timesheets Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, Timesheets timesheets, Exception e)Constructors in com.xero.api with parameters of type Timesheets Constructor Description XeroBadRequestException(String objectType, Timesheets timesheets, Exception e) -
Uses of Timesheets in com.xero.api.client
Methods in com.xero.api.client that return Timesheets Modifier and Type Method Description TimesheetsPayrollAuApi. createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet)Use this method to create a timesheetTimesheetsPayrollAuApi. getTimesheets(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)searches timesheetsTimesheetsPayrollAuApi. updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet)Update a Timesheet Update properties on a single timesheet -
Uses of Timesheets in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Timesheets Modifier and Type Method Description TimesheetsTimesheets. addTimesheetsItem(Timesheet timesheetsItem)TimesheetsTimesheets. timesheets(List<Timesheet> timesheets)