Uses of Class
com.xero.models.payrollnz.EmployeeLeaveSetup
-
Packages that use EmployeeLeaveSetup Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of EmployeeLeaveSetup in com.xero.api.client
Methods in com.xero.api.client with parameters of type EmployeeLeaveSetup Modifier and Type Method Description EmployeeLeaveSetupObjectPayrollNzApi. createEmployeeLeaveSetup(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeaveSetup employeeLeaveSetup)Creates a leave set-up for a specific employee.com.google.api.client.http.HttpResponsePayrollNzApi. createEmployeeLeaveSetupForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeaveSetup employeeLeaveSetup)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 EmployeeLeaveSetup Modifier and Type Method Description EmployeeLeaveSetupEmployeeLeaveSetup. annualLeaveOpeningBalance(Double annualLeaveOpeningBalance)Initial annual leave balance.EmployeeLeaveSetupEmployeeLeaveSetupObject. getLeaveSetup()Get leaveSetupEmployeeLeaveSetupEmployeeLeaveSetup. holidayPayOpeningBalance(Double holidayPayOpeningBalance)Initial holiday pay balance.EmployeeLeaveSetupEmployeeLeaveSetup. includeHolidayPay(Boolean includeHolidayPay)Identifier if holiday pay will be included in each payslipEmployeeLeaveSetupEmployeeLeaveSetup. negativeAnnualLeaveBalancePaidAmount(Double negativeAnnualLeaveBalancePaidAmount)The dollar value of annual leave opening balance if negative.EmployeeLeaveSetupEmployeeLeaveSetup. sickLeaveHoursToAccrueAnnually(Double sickLeaveHoursToAccrueAnnually)Number of hours accrued annually for sick leave.EmployeeLeaveSetupEmployeeLeaveSetup. sickLeaveMaximumHoursToAccrue(Double sickLeaveMaximumHoursToAccrue)Maximum number of hours accrued annually for sick leave.EmployeeLeaveSetupEmployeeLeaveSetup. sickLeaveOpeningBalance(Double sickLeaveOpeningBalance)Initial sick leave balance.Methods in com.xero.models.payrollnz with parameters of type EmployeeLeaveSetup Modifier and Type Method Description EmployeeLeaveSetupObjectEmployeeLeaveSetupObject. leaveSetup(EmployeeLeaveSetup leaveSetup)leaveSetupvoidEmployeeLeaveSetupObject. setLeaveSetup(EmployeeLeaveSetup leaveSetup)leaveSetup
-