Uses of Class
com.xero.models.payrolluk.Benefit.CategoryEnum
-
Packages that use Benefit.CategoryEnum Package Description com.xero.models.payrolluk -
-
Uses of Benefit.CategoryEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Benefit.CategoryEnum Modifier and Type Method Description static Benefit.CategoryEnumBenefit.CategoryEnum. fromValue(String value)fromValueBenefit.CategoryEnumBenefit. getCategory()Category type of the employer pensionstatic Benefit.CategoryEnumBenefit.CategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Benefit.CategoryEnum[]Benefit.CategoryEnum. 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 Benefit.CategoryEnum Modifier and Type Method Description BenefitBenefit. category(Benefit.CategoryEnum category)Category type of the employer pensionvoidBenefit. setCategory(Benefit.CategoryEnum category)Category type of the employer pension
-