| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
PayRunCalendarObject |
PayrollUkApi.createPayRunCalendar(String accessToken,
String xeroTenantId,
PayRunCalendar payRunCalendar)
create a new payrun calendar
|
com.google.api.client.http.HttpResponse |
PayrollUkApi.createPayRunCalendarForHttpResponse(String accessToken,
String xeroTenantId,
PayRunCalendar payRunCalendar) |
| Modifier and Type | Method and Description |
|---|---|
PayRunCalendar |
PayRunCalendar.calendarType(PayRunCalendar.CalendarTypeEnum calendarType) |
PayRunCalendar |
PayRunCalendarObject.getPayRunCalendar()
Get payRunCalendar
|
PayRunCalendar |
PayRunCalendar.name(String name) |
PayRunCalendar |
PayRunCalendar.paymentDate(org.threeten.bp.LocalDate paymentDate) |
PayRunCalendar |
PayRunCalendar.payrollCalendarID(UUID payrollCalendarID) |
PayRunCalendar |
PayRunCalendar.periodEndDate(org.threeten.bp.LocalDate periodEndDate) |
PayRunCalendar |
PayRunCalendar.periodStartDate(org.threeten.bp.LocalDate periodStartDate) |
PayRunCalendar |
PayRunCalendar.updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC) |
| Modifier and Type | Method and Description |
|---|---|
List<PayRunCalendar> |
PayRunCalendars.getPayRunCalendars()
Get payRunCalendars
|
| Modifier and Type | Method and Description |
|---|---|
PayRunCalendars |
PayRunCalendars.addPayRunCalendarsItem(PayRunCalendar payRunCalendarsItem) |
PayRunCalendarObject |
PayRunCalendarObject.payRunCalendar(PayRunCalendar payRunCalendar) |
void |
PayRunCalendarObject.setPayRunCalendar(PayRunCalendar payRunCalendar) |
| Modifier and Type | Method and Description |
|---|---|
PayRunCalendars |
PayRunCalendars.payRunCalendars(List<PayRunCalendar> payRunCalendars) |
void |
PayRunCalendars.setPayRunCalendars(List<PayRunCalendar> payRunCalendars) |
Copyright © 2020. All rights reserved.