Uses of Class
com.xero.models.payrolluk.Employment.NiCategoryEnum
-
Packages that use Employment.NiCategoryEnum Package Description com.xero.models.payrolluk -
-
Uses of Employment.NiCategoryEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Employment.NiCategoryEnum Modifier and Type Method Description static Employment.NiCategoryEnumEmployment.NiCategoryEnum. fromValue(String value)fromValueEmployment.NiCategoryEnumEmployment. getNiCategory()The NI Category of the employeestatic Employment.NiCategoryEnumEmployment.NiCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Employment.NiCategoryEnum[]Employment.NiCategoryEnum. 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 Employment.NiCategoryEnum Modifier and Type Method Description EmploymentEmployment. niCategory(Employment.NiCategoryEnum niCategory)The NI Category of the employeevoidEmployment. setNiCategory(Employment.NiCategoryEnum niCategory)The NI Category of the employee
-