Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeaveSummary.TypeEnum
-
Packages that use EmployeeStatutoryLeaveSummary.TypeEnum Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeaveSummary.TypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeaveSummary.TypeEnum Modifier and Type Method Description static EmployeeStatutoryLeaveSummary.TypeEnumEmployeeStatutoryLeaveSummary.TypeEnum. fromValue(String value)fromValueEmployeeStatutoryLeaveSummary.TypeEnumEmployeeStatutoryLeaveSummary. getType()The category of statutory leavestatic EmployeeStatutoryLeaveSummary.TypeEnumEmployeeStatutoryLeaveSummary.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatutoryLeaveSummary.TypeEnum[]EmployeeStatutoryLeaveSummary.TypeEnum. 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 EmployeeStatutoryLeaveSummary.TypeEnum Modifier and Type Method Description voidEmployeeStatutoryLeaveSummary. setType(EmployeeStatutoryLeaveSummary.TypeEnum type)The category of statutory leaveEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. type(EmployeeStatutoryLeaveSummary.TypeEnum type)The category of statutory leave
-