Uses of Enum
com.xero.models.payrolluk.EmployeeStatutoryLeaveBalance.UnitsEnum
Packages that use EmployeeStatutoryLeaveBalance.UnitsEnum
-
Uses of EmployeeStatutoryLeaveBalance.UnitsEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.payrolluk 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\"