Uses of Class
com.xero.models.payrolluk.TimesheetLineObject
-
Packages that use TimesheetLineObject Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of TimesheetLineObject in com.xero.api.client
Methods in com.xero.api.client that return TimesheetLineObject Modifier and Type Method Description TimesheetLineObjectPayrollUkApi. createTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine)Creates a new timesheet line for a specific timesheet using a unique timesheet IDTimesheetLineObjectPayrollUkApi. updateTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine)Updates a specific timesheet line for a specific timesheet -
Uses of TimesheetLineObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return TimesheetLineObject Modifier and Type Method Description TimesheetLineObjectTimesheetLineObject. pagination(Pagination pagination)paginationTimesheetLineObjectTimesheetLineObject. problem(Problem problem)problemTimesheetLineObjectTimesheetLineObject. timesheetLine(TimesheetLine timesheetLine)timesheetLine
-