Uses of Class
com.xero.models.payrollau.Timesheet
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
-
Uses of Timesheet in com.xero.api
Methods in com.xero.api that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>XeroBadRequestException. getTimesheetItems()Array of Timesheet with Validation Error ArrayMethods in com.xero.api with parameters of type Timesheet Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addTimesheetItems(Timesheet item)Method parameters in com.xero.api with type arguments of type Timesheet Modifier and Type Method Description voidXeroBadRequestException. setTimesheetItems(List<Timesheet> timesheetItems)XeroBadRequestExceptionXeroBadRequestException. timesheetItems(List<Timesheet> timesheetItems) -
Uses of Timesheet in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type Timesheet Modifier and Type Method Description TimesheetsPayrollAuApi. createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet)Use this method to create a timesheetcom.google.api.client.http.HttpResponsePayrollAuApi. createTimesheetForHttpResponse(String accessToken, String xeroTenantId, List<Timesheet> timesheet)TimesheetsPayrollAuApi. updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet)Update a Timesheet Update properties on a single timesheetcom.google.api.client.http.HttpResponsePayrollAuApi. updateTimesheetForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet) -
Uses of Timesheet in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Timesheet Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)TimesheetTimesheet. addValidationErrorsItem(ValidationError validationErrorsItem)TimesheetTimesheet. employeeID(UUID employeeID)TimesheetTimesheet. endDate(String endDate)TimesheetTimesheetObject. getTimesheet()Get timesheetTimesheetTimesheet. hours(Double hours)TimesheetTimesheet. startDate(String startDate)TimesheetTimesheet. status(TimesheetStatus status)TimesheetTimesheet. timesheetID(UUID timesheetID)TimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)TimesheetTimesheet. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.payrollau that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>Timesheets. getTimesheets()Get timesheetsMethods in com.xero.models.payrollau 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.payrollau with type arguments of type Timesheet Modifier and Type Method Description voidTimesheets. setTimesheets(List<Timesheet> timesheets)TimesheetsTimesheets. timesheets(List<Timesheet> timesheets)