Uses of Class
com.xero.models.payrollnz.Timesheets
-
Packages that use Timesheets Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of Timesheets in com.xero.api.client
Methods in com.xero.api.client that return Timesheets Modifier and Type Method Description TimesheetsPayrollNzApi. getTimesheets(String accessToken, String xeroTenantId, Integer page, UUID employeeId, UUID payrollCalendarId)Retrieves timesheets -
Uses of Timesheets in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Timesheets Modifier and Type Method Description TimesheetsTimesheets. addTimesheetsItem(Timesheet timesheetsItem)timesheetsTimesheetsTimesheets. pagination(Pagination pagination)paginationTimesheetsTimesheets. problem(Problem problem)problemTimesheetsTimesheets. timesheets(List<Timesheet> timesheets)timesheets
-