Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeaveBalance.LeaveTypeEnum
-
Packages that use EmployeeStatutoryLeaveBalance.LeaveTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeaveBalance.LeaveTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeaveBalance.LeaveTypeEnum Modifier and Type Method Description static EmployeeStatutoryLeaveBalance.LeaveTypeEnumEmployeeStatutoryLeaveBalance.LeaveTypeEnum. fromValue(String value)fromValueEmployeeStatutoryLeaveBalance.LeaveTypeEnumEmployeeStatutoryLeaveBalance. getLeaveType()The type of statutory leavestatic EmployeeStatutoryLeaveBalance.LeaveTypeEnumEmployeeStatutoryLeaveBalance.LeaveTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatutoryLeaveBalance.LeaveTypeEnum[]EmployeeStatutoryLeaveBalance.LeaveTypeEnum. 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.LeaveTypeEnum Modifier and Type Method Description EmployeeStatutoryLeaveBalanceEmployeeStatutoryLeaveBalance. leaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType)The type of statutory leavevoidEmployeeStatutoryLeaveBalance. setLeaveType(EmployeeStatutoryLeaveBalance.LeaveTypeEnum leaveType)The type of statutory leave
-