Uses of Enum
com.xero.models.payrollnz.EmployeeStatutoryLeaveBalance.UnitsEnum
Packages that use EmployeeStatutoryLeaveBalance.UnitsEnum
-
Uses of EmployeeStatutoryLeaveBalance.UnitsEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeStatutoryLeaveBalance.UnitsEnumModifier and TypeMethodDescriptionfromValueEmployeeStatutoryLeaveBalance.getUnits()The units will be \"Hours\"Returns the enum constant of this type with the specified name.EmployeeStatutoryLeaveBalance.UnitsEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type EmployeeStatutoryLeaveBalance.UnitsEnumModifier and TypeMethodDescriptionvoidEmployeeStatutoryLeaveBalance.setUnits(EmployeeStatutoryLeaveBalance.UnitsEnum units) The units will be \"Hours\"EmployeeStatutoryLeaveBalance.units(EmployeeStatutoryLeaveBalance.UnitsEnum units) The units will be \"Hours\"