Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeaveBalance.UnitsEnum
-
Packages that use EmployeeStatutoryLeaveBalance.UnitsEnum Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeaveBalance.UnitsEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeaveBalance.UnitsEnum Modifier and Type Method Description static EmployeeStatutoryLeaveBalance.UnitsEnumEmployeeStatutoryLeaveBalance.UnitsEnum. fromValue(String value)fromValueEmployeeStatutoryLeaveBalance.UnitsEnumEmployeeStatutoryLeaveBalance. getUnits()The units will be \"Hours\"static EmployeeStatutoryLeaveBalance.UnitsEnumEmployeeStatutoryLeaveBalance.UnitsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatutoryLeaveBalance.UnitsEnum[]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.UnitsEnum Modifier and Type Method Description voidEmployeeStatutoryLeaveBalance. setUnits(EmployeeStatutoryLeaveBalance.UnitsEnum units)The units will be \"Hours\"EmployeeStatutoryLeaveBalanceEmployeeStatutoryLeaveBalance. units(EmployeeStatutoryLeaveBalance.UnitsEnum units)The units will be \"Hours\"
-