Uses of Class
com.xero.models.payrollnz.Benefit.CategoryEnum
-
Packages that use Benefit.CategoryEnum Package Description com.xero.models.payrollnz -
-
Uses of Benefit.CategoryEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Benefit.CategoryEnum Modifier and Type Method Description static Benefit.CategoryEnumBenefit.CategoryEnum. fromValue(String value)fromValueBenefit.CategoryEnumBenefit. getCategory()Superannuations Category typestatic 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.payrollnz with parameters of type Benefit.CategoryEnum Modifier and Type Method Description BenefitBenefit. category(Benefit.CategoryEnum category)Superannuations Category typevoidBenefit. setCategory(Benefit.CategoryEnum category)Superannuations Category type
-