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