Uses of Class
com.xero.models.payrolluk.PayRunCalendar
-
Packages that use PayRunCalendar Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of PayRunCalendar in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRunCalendar Modifier and Type Method Description PayRunCalendarObjectPayrollUkApi. createPayRunCalendar(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar)Creates a new payrun calendarcom.google.api.client.http.HttpResponsePayrollUkApi. createPayRunCalendarForHttpResponse(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar)Creates a new payrun calendar -
Uses of PayRunCalendar in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunCalendar Modifier and Type Method Description PayRunCalendarPayRunCalendar. calendarType(PayRunCalendar.CalendarTypeEnum calendarType)Type of the calendarPayRunCalendarPayRunCalendarObject. getPayRunCalendar()Get payRunCalendarPayRunCalendarPayRunCalendar. name(String name)Name of the calendarPayRunCalendarPayRunCalendar. paymentDate(org.threeten.bp.LocalDate paymentDate)Payment date of the calendarPayRunCalendarPayRunCalendar. payrollCalendarID(UUID payrollCalendarID)Xero unique identifier for the payroll calendarPayRunCalendarPayRunCalendar. periodEndDate(org.threeten.bp.LocalDate periodEndDate)Period end date of the calendarPayRunCalendarPayRunCalendar. periodStartDate(org.threeten.bp.LocalDate periodStartDate)Period start date of the calendarPayRunCalendarPayRunCalendar. 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 PayRunCalendar Modifier and Type Method Description List<PayRunCalendar>PayRunCalendars. getPayRunCalendars()Get payRunCalendarsMethods in com.xero.models.payrolluk with parameters of type PayRunCalendar Modifier and Type Method Description PayRunCalendarsPayRunCalendars. addPayRunCalendarsItem(PayRunCalendar payRunCalendarsItem)payRunCalendarsPayRunCalendarObjectPayRunCalendarObject. payRunCalendar(PayRunCalendar payRunCalendar)payRunCalendarvoidPayRunCalendarObject. setPayRunCalendar(PayRunCalendar payRunCalendar)payRunCalendarMethod parameters in com.xero.models.payrolluk with type arguments of type PayRunCalendar Modifier and Type Method Description PayRunCalendarsPayRunCalendars. payRunCalendars(List<PayRunCalendar> payRunCalendars)payRunCalendarsvoidPayRunCalendars. setPayRunCalendars(List<PayRunCalendar> payRunCalendars)payRunCalendars
-