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