| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
LeavePeriod |
LeavePeriod.numberOfUnits(Double numberOfUnits) |
LeavePeriod |
LeavePeriod.periodEndDate(org.threeten.bp.LocalDate periodEndDate) |
LeavePeriod |
LeavePeriod.periodStartDate(org.threeten.bp.LocalDate periodStartDate) |
LeavePeriod |
LeavePeriod.periodStatus(LeavePeriod.PeriodStatusEnum periodStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<LeavePeriod> |
LeavePeriods.getPeriods()
Get periods
|
List<LeavePeriod> |
EmployeeLeave.getPeriods()
The leave period information.
|
| Modifier and Type | Method and Description |
|---|---|
LeavePeriods |
LeavePeriods.addPeriodsItem(LeavePeriod periodsItem) |
EmployeeLeave |
EmployeeLeave.addPeriodsItem(LeavePeriod periodsItem) |
| Modifier and Type | Method and Description |
|---|---|
LeavePeriods |
LeavePeriods.periods(List<LeavePeriod> periods) |
EmployeeLeave |
EmployeeLeave.periods(List<LeavePeriod> periods) |
void |
LeavePeriods.setPeriods(List<LeavePeriod> periods) |
void |
EmployeeLeave.setPeriods(List<LeavePeriod> periods) |
Copyright © 2020. All rights reserved.