Uses of Class
com.xero.models.payrollnz.EmployeeLeaveSetup
Packages that use EmployeeLeaveSetup
-
Uses of EmployeeLeaveSetup in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeLeaveSetupModifier and TypeMethodDescriptionPayrollNzApi.createEmployeeLeaveSetup(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeaveSetup employeeLeaveSetup, String idempotencyKey) Creates a leave set-up for a specific employee.com.google.api.client.http.HttpResponsePayrollNzApi.createEmployeeLeaveSetupForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeaveSetup employeeLeaveSetup, String idempotencyKey) Creates a leave set-up for a specific employee. -
Uses of EmployeeLeaveSetup in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeLeaveSetupModifier and TypeMethodDescriptionEmployeeLeaveSetup.annualLeaveOpeningBalance(Double annualLeaveOpeningBalance) Initial annual leave balance.EmployeeLeaveSetupObject.getLeaveSetup()Get leaveSetupEmployeeLeaveSetup.holidayPayOpeningBalance(Double holidayPayOpeningBalance) Initial holiday pay balance.EmployeeLeaveSetup.includeHolidayPay(Boolean includeHolidayPay) Identifier if holiday pay will be included in each payslipEmployeeLeaveSetup.negativeAnnualLeaveBalancePaidAmount(Double negativeAnnualLeaveBalancePaidAmount) The dollar value of annual leave opening balance if negative.EmployeeLeaveSetup.sickLeaveAnniversaryDate(org.threeten.bp.LocalDate sickLeaveAnniversaryDate) If Sick Leave Schedule of Accrual is \"OnAnniversaryDate\", this is the date when entitled to Sick LeaveEmployeeLeaveSetup.sickLeaveHoursToAccrueAnnually(Double sickLeaveHoursToAccrueAnnually) Number of hours accrued annually for sick leave.EmployeeLeaveSetup.sickLeaveMaximumHoursToAccrue(Double sickLeaveMaximumHoursToAccrue) Maximum number of hours accrued annually for sick leave.EmployeeLeaveSetup.sickLeaveOpeningBalance(Double sickLeaveOpeningBalance) Initial sick leave balance.EmployeeLeaveSetup.sickLeaveScheduleOfAccrual(String sickLeaveScheduleOfAccrual) Set Schedule of Accrual Type for Sick LeaveMethods in com.xero.models.payrollnz with parameters of type EmployeeLeaveSetupModifier and TypeMethodDescriptionEmployeeLeaveSetupObject.leaveSetup(EmployeeLeaveSetup leaveSetup) leaveSetupvoidEmployeeLeaveSetupObject.setLeaveSetup(EmployeeLeaveSetup leaveSetup) leaveSetup