Uses of Class
com.xero.models.payrollnz.TimesheetObject
-
Packages that use TimesheetObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of TimesheetObject in com.xero.api.client
Methods in com.xero.api.client that return TimesheetObject Modifier and Type Method Description TimesheetObjectPayrollNzApi. approveTimesheet(String accessToken, String xeroTenantId, UUID timesheetID)Approves a timesheetTimesheetObjectPayrollNzApi. createTimesheet(String accessToken, String xeroTenantId, Timesheet timesheet)Creates a new timesheetTimesheetObjectPayrollNzApi. getTimesheet(String accessToken, String xeroTenantId, UUID timesheetID)Retrieves a specific timesheet by using a unique timesheet IDTimesheetObjectPayrollNzApi. revertTimesheet(String accessToken, String xeroTenantId, UUID timesheetID)Reverts a timesheet to draft -
Uses of TimesheetObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TimesheetObject Modifier and Type Method Description TimesheetObjectTimesheetObject. pagination(Pagination pagination)paginationTimesheetObjectTimesheetObject. problem(Problem problem)problemTimesheetObjectTimesheetObject. timesheet(Timesheet timesheet)timesheet
-