Uses of Class
com.xero.models.payrollau.Timesheets
Packages that use Timesheets
-
Uses of Timesheets in com.xero.api
Methods in com.xero.api with parameters of type TimesheetsModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, Timesheets timesheets, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type TimesheetsModifierConstructorDescriptionXeroBadRequestException(String objectType, Timesheets timesheets, Exception e) XeroBadRequestException -
Uses of Timesheets in com.xero.api.client
Methods in com.xero.api.client that return TimesheetsModifier and TypeMethodDescriptionPayrollAuApi.createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet, String idempotencyKey) Creates a timesheetPayrollAuApi.getTimesheets(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page) Retrieves timesheetsPayrollAuApi.updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet, String idempotencyKey) Updates a timesheet Update properties on a single timesheet -
Uses of Timesheets in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TimesheetsModifier and TypeMethodDescriptionTimesheets.addTimesheetsItem(Timesheet timesheetsItem) timesheetsTimesheets.timesheets(List<Timesheet> timesheets) timesheets