Uses of Class
com.xero.models.payrollau.Timesheet
Packages that use Timesheet
-
Uses of Timesheet in com.xero.api
Methods in com.xero.api that return types with arguments of type TimesheetModifier and TypeMethodDescriptionXeroBadRequestException.getTimesheetItems()Array of Timesheet with Validation Error ArrayMethods in com.xero.api with parameters of type TimesheetModifier and TypeMethodDescriptionXeroBadRequestException.addTimesheetItems(Timesheet item) Add Payroll AU Timesheet itemsMethod parameters in com.xero.api with type arguments of type TimesheetModifier and TypeMethodDescriptionvoidXeroBadRequestException.setTimesheetItems(List<Timesheet> timesheetItems) Set Payroll AU Timesheet itemsXeroBadRequestException.timesheetItems(List<Timesheet> timesheetItems) Initilize Payroll AU Timesheet items -
Uses of Timesheet in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type TimesheetModifier and TypeMethodDescriptionPayrollAuApi.createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet, String idempotencyKey) Creates a timesheetcom.google.api.client.http.HttpResponsePayrollAuApi.createTimesheetForHttpResponse(String accessToken, String xeroTenantId, List<Timesheet> timesheet, String idempotencyKey) Creates a timesheetPayrollAuApi.updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet, String idempotencyKey) Updates a timesheet Update properties on a single timesheetcom.google.api.client.http.HttpResponsePayrollAuApi.updateTimesheetForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet, String idempotencyKey) Updates a timesheet Update properties on a single timesheet -
Uses of Timesheet in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TimesheetModifier and TypeMethodDescriptionTimesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) timesheetLinesTimesheet.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APITimesheet.employeeID(UUID employeeID) The Xero identifier for an employeePeriod end date (YYYY-MM-DD)TimesheetObject.getTimesheet()Get timesheetTimesheet total hoursPeriod start date (YYYY-MM-DD)Timesheet.status(TimesheetStatus status) statusTimesheet.timesheetID(UUID timesheetID) The Xero identifier for a Payroll TimesheetTimesheet.timesheetLines(List<TimesheetLine> timesheetLines) timesheetLinesTimesheet.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIMethods in com.xero.models.payrollau that return types with arguments of type TimesheetMethods in com.xero.models.payrollau with parameters of type TimesheetModifier and TypeMethodDescriptionTimesheets.addTimesheetsItem(Timesheet timesheetsItem) timesheetsvoidTimesheetObject.setTimesheet(Timesheet timesheet) timesheettimesheetMethod parameters in com.xero.models.payrollau with type arguments of type TimesheetModifier and TypeMethodDescriptionvoidTimesheets.setTimesheets(List<Timesheet> timesheets) timesheetsTimesheets.timesheets(List<Timesheet> timesheets) timesheets