Uses of Class
com.xero.models.payrollnz.PayRunCalendar
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollnz |
-
Uses of PayRunCalendar in com.xero.api.client
Methods in com.xero.api.client with parameters of type PayRunCalendar Modifier and Type Method Description PayRunCalendarObjectPayrollNzApi. createPayRunCalendar(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar)create a new payrun calendarcom.google.api.client.http.HttpResponsePayrollNzApi. createPayRunCalendarForHttpResponse(String accessToken, String xeroTenantId, PayRunCalendar payRunCalendar) -
Uses of PayRunCalendar in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRunCalendar Modifier and Type Method Description PayRunCalendarPayRunCalendar. calendarType(PayRunCalendar.CalendarTypeEnum calendarType)PayRunCalendarPayRunCalendarObject. getPayRunCalendar()Get payRunCalendarPayRunCalendarPayRunCalendar. name(String name)PayRunCalendarPayRunCalendar. paymentDate(org.threeten.bp.LocalDate paymentDate)PayRunCalendarPayRunCalendar. payrollCalendarID(UUID payrollCalendarID)PayRunCalendarPayRunCalendar. periodEndDate(org.threeten.bp.LocalDate periodEndDate)PayRunCalendarPayRunCalendar. periodStartDate(org.threeten.bp.LocalDate periodStartDate)PayRunCalendarPayRunCalendar. updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)Methods in com.xero.models.payrollnz that return types with arguments of type PayRunCalendar Modifier and Type Method Description List<PayRunCalendar>PayRunCalendars. getPayRunCalendars()Get payRunCalendarsMethods in com.xero.models.payrollnz with parameters of type PayRunCalendar Modifier and Type Method Description PayRunCalendarsPayRunCalendars. addPayRunCalendarsItem(PayRunCalendar payRunCalendarsItem)PayRunCalendarObjectPayRunCalendarObject. payRunCalendar(PayRunCalendar payRunCalendar)voidPayRunCalendarObject. setPayRunCalendar(PayRunCalendar payRunCalendar)Method parameters in com.xero.models.payrollnz with type arguments of type PayRunCalendar Modifier and Type Method Description PayRunCalendarsPayRunCalendars. payRunCalendars(List<PayRunCalendar> payRunCalendars)voidPayRunCalendars. setPayRunCalendars(List<PayRunCalendar> payRunCalendars)