Uses of Class
com.xero.models.payrollnz.TimesheetLine
-
Packages that use TimesheetLine Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of TimesheetLine in com.xero.api.client
Methods in com.xero.api.client that return TimesheetLine Modifier and Type Method Description TimesheetLinePayrollNzApi. deleteTimesheet(String accessToken, String xeroTenantId, UUID timesheetID)Deletes a timesheetTimesheetLinePayrollNzApi. deleteTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID)Deletes a timesheet line for a specific timesheetMethods in com.xero.api.client with parameters of type TimesheetLine Modifier and Type Method Description TimesheetLineObjectPayrollNzApi. createTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine)Create a new timesheet line for a specific time sheetcom.google.api.client.http.HttpResponsePayrollNzApi. createTimesheetLineForHttpResponse(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 timesheetcom.google.api.client.http.HttpResponsePayrollNzApi. updateTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine)Updates a timesheet line for a specific timesheet -
Uses of TimesheetLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TimesheetLine Modifier and Type Method Description TimesheetLineTimesheetLine. date(org.threeten.bp.LocalDate date)The Date that this Timesheet Line is for (YYYY-MM-DD)TimesheetLineTimesheetLine. earningsRateID(UUID earningsRateID)The Xero identifier for the Earnings Rate that the Timesheet is forTimesheetLineTimesheetLineObject. getTimesheetLine()Get timesheetLineTimesheetLineTimesheetLine. numberOfUnits(Double numberOfUnits)The Number of Units of the Timesheet LineTimesheetLineTimesheetLine. timesheetLineID(UUID timesheetLineID)The Xero identifier for a Timesheet LineTimesheetLineTimesheetLine. trackingItemID(UUID trackingItemID)The Xero identifier for the Tracking Item that the Timesheet is forMethods in com.xero.models.payrollnz that return types with arguments of type TimesheetLine Modifier and Type Method Description List<TimesheetLine>Timesheet. getTimesheetLines()Get timesheetLinesMethods in com.xero.models.payrollnz with parameters of type TimesheetLine Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)timesheetLinesvoidTimesheetLineObject. setTimesheetLine(TimesheetLine timesheetLine)timesheetLineTimesheetLineObjectTimesheetLineObject. timesheetLine(TimesheetLine timesheetLine)timesheetLineMethod parameters in com.xero.models.payrollnz with type arguments of type TimesheetLine Modifier and Type Method Description voidTimesheet. setTimesheetLines(List<TimesheetLine> timesheetLines)timesheetLinesTimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)timesheetLines
-