Uses of Class
com.xero.models.payrollnz.Timesheet
Packages that use Timesheet
-
Uses of Timesheet in com.xero.api.client
Methods in com.xero.api.client with parameters of type TimesheetModifier and TypeMethodDescriptionPayrollNzApi.createTimesheet(String accessToken, String xeroTenantId, Timesheet timesheet, String idempotencyKey) Creates a new timesheetcom.google.api.client.http.HttpResponsePayrollNzApi.createTimesheetForHttpResponse(String accessToken, String xeroTenantId, Timesheet timesheet, String idempotencyKey) Creates a new timesheet -
Uses of Timesheet in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TimesheetModifier and TypeMethodDescriptionTimesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) timesheetLinesTimesheet.employeeID(UUID employeeID) The Xero identifier for the Employee that the Timesheet is forTimesheet.endDate(org.threeten.bp.LocalDate endDate) The End Date of the Timesheet period (YYYY-MM-DD)TimesheetObject.getTimesheet()Get timesheetTimesheet.payrollCalendarID(UUID payrollCalendarID) The Xero identifier for the Payroll Calendar that the Timesheet applies toTimesheet.startDate(org.threeten.bp.LocalDate startDate) The Start Date of the Timesheet period (YYYY-MM-DD)Timesheet.status(Timesheet.StatusEnum status) Status of the timesheetTimesheet.timesheetID(UUID timesheetID) The Xero identifier for a TimesheetTimesheet.timesheetLines(List<TimesheetLine> timesheetLines) timesheetLinesTimesheet.totalHours(Double totalHours) The Total Hours of the TimesheetTimesheet.updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) The UTC date time that the Timesheet was last updatedMethods in com.xero.models.payrollnz that return types with arguments of type TimesheetMethods in com.xero.models.payrollnz with parameters of type TimesheetModifier and TypeMethodDescriptionTimesheets.addTimesheetsItem(Timesheet timesheetsItem) timesheetsvoidTimesheetObject.setTimesheet(Timesheet timesheet) timesheettimesheetMethod parameters in com.xero.models.payrollnz with type arguments of type TimesheetModifier and TypeMethodDescriptionvoidTimesheets.setTimesheets(List<Timesheet> timesheets) timesheetsTimesheets.timesheets(List<Timesheet> timesheets) timesheets