Uses of Class
com.xero.models.payrollnz.TimesheetLine
Packages that use TimesheetLine
-
Uses of TimesheetLine in com.xero.api.client
Methods in com.xero.api.client that return TimesheetLineModifier and TypeMethodDescriptionPayrollNzApi.deleteTimesheet(String accessToken, String xeroTenantId, UUID timesheetID) Deletes a timesheetPayrollNzApi.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 TimesheetLineModifier and TypeMethodDescriptionPayrollNzApi.createTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine, String idempotencyKey) Create a new timesheet line for a specific time sheetcom.google.api.client.http.HttpResponsePayrollNzApi.createTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine, String idempotencyKey) Create a new timesheet line for a specific time sheetPayrollNzApi.updateTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine, String idempotencyKey) Updates a timesheet line for a specific timesheetcom.google.api.client.http.HttpResponsePayrollNzApi.updateTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine, String idempotencyKey) Updates a timesheet line for a specific timesheet -
Uses of TimesheetLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TimesheetLineModifier and TypeMethodDescriptionTimesheetLine.date(org.threeten.bp.LocalDate date) The Date that this Timesheet Line is for (YYYY-MM-DD)TimesheetLine.earningsRateID(UUID earningsRateID) The Xero identifier for the Earnings Rate that the Timesheet is forTimesheetLineObject.getTimesheetLine()Get timesheetLineTimesheetLine.numberOfUnits(Double numberOfUnits) The Number of Units of the Timesheet LineTimesheetLine.timesheetLineID(UUID timesheetLineID) The Xero identifier for a Timesheet LineTimesheetLine.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 TimesheetLineMethods in com.xero.models.payrollnz with parameters of type TimesheetLineModifier and TypeMethodDescriptionTimesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) timesheetLinesvoidTimesheetLineObject.setTimesheetLine(TimesheetLine timesheetLine) timesheetLineTimesheetLineObject.timesheetLine(TimesheetLine timesheetLine) timesheetLineMethod parameters in com.xero.models.payrollnz with type arguments of type TimesheetLineModifier and TypeMethodDescriptionvoidTimesheet.setTimesheetLines(List<TimesheetLine> timesheetLines) timesheetLinesTimesheet.timesheetLines(List<TimesheetLine> timesheetLines) timesheetLines