Uses of Class
com.xero.models.payrollnz.Timesheet
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollnz |
-
Uses of Timesheet in com.xero.api.client
Methods in com.xero.api.client with parameters of type Timesheet Modifier and Type Method Description TimesheetObjectPayrollNzApi. createTimesheet(String accessToken, String xeroTenantId, Timesheet timesheet)create a new timesheetcom.google.api.client.http.HttpResponsePayrollNzApi. createTimesheetForHttpResponse(String accessToken, String xeroTenantId, Timesheet timesheet) -
Uses of Timesheet in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Timesheet Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)TimesheetTimesheet. employeeID(UUID employeeID)TimesheetTimesheet. endDate(org.threeten.bp.LocalDate endDate)TimesheetTimesheetObject. getTimesheet()Get timesheetTimesheetTimesheet. payrollCalendarID(UUID payrollCalendarID)TimesheetTimesheet. startDate(org.threeten.bp.LocalDate startDate)TimesheetTimesheet. status(Timesheet.StatusEnum status)TimesheetTimesheet. timesheetID(UUID timesheetID)TimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)TimesheetTimesheet. totalHours(Double totalHours)TimesheetTimesheet. updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)Methods in com.xero.models.payrollnz that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>Timesheets. getTimesheets()Get timesheetsMethods in com.xero.models.payrollnz with parameters of type Timesheet Modifier and Type Method Description TimesheetsTimesheets. addTimesheetsItem(Timesheet timesheetsItem)voidTimesheetObject. setTimesheet(Timesheet timesheet)TimesheetObjectTimesheetObject. timesheet(Timesheet timesheet)Method parameters in com.xero.models.payrollnz with type arguments of type Timesheet Modifier and Type Method Description voidTimesheets. setTimesheets(List<Timesheet> timesheets)TimesheetsTimesheets. timesheets(List<Timesheet> timesheets)