Uses of Class
com.xero.models.payrolluk.PayRunCalendar
Packages that use PayRunCalendar
-
Uses of PayRunCalendar in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRunCalendarModifier and TypeMethodDescriptionPayrollUkApi.createPayRunCalendar(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar, String idempotencyKey) Creates a new payrun calendarcom.google.api.client.http.HttpResponsePayrollUkApi.createPayRunCalendarForHttpResponse(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar, String idempotencyKey) Creates a new payrun calendar -
Uses of PayRunCalendar in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunCalendarModifier and TypeMethodDescriptionPayRunCalendar.calendarType(PayRunCalendar.CalendarTypeEnum calendarType) Type of the calendarPayRunCalendarObject.getPayRunCalendar()Get payRunCalendarName of the calendarPayRunCalendar.paymentDate(org.threeten.bp.LocalDate paymentDate) Payment date of the calendarPayRunCalendar.payrollCalendarID(UUID payrollCalendarID) Xero unique identifier for the payroll calendarPayRunCalendar.periodEndDate(org.threeten.bp.LocalDate periodEndDate) Period end date of the calendarPayRunCalendar.periodStartDate(org.threeten.bp.LocalDate periodStartDate) Period start date of the calendarPayRunCalendar.updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) UTC timestamp of the last update to the pay run calendarMethods in com.xero.models.payrolluk that return types with arguments of type PayRunCalendarMethods in com.xero.models.payrolluk with parameters of type PayRunCalendarModifier and TypeMethodDescriptionPayRunCalendars.addPayRunCalendarsItem(PayRunCalendar payRunCalendarsItem) payRunCalendarsPayRunCalendarObject.payRunCalendar(PayRunCalendar payRunCalendar) payRunCalendarvoidPayRunCalendarObject.setPayRunCalendar(PayRunCalendar payRunCalendar) payRunCalendarMethod parameters in com.xero.models.payrolluk with type arguments of type PayRunCalendarModifier and TypeMethodDescriptionPayRunCalendars.payRunCalendars(List<PayRunCalendar> payRunCalendars) payRunCalendarsvoidPayRunCalendars.setPayRunCalendars(List<PayRunCalendar> payRunCalendars) payRunCalendars