Uses of Class
com.xero.models.payrolluk.Deduction.DeductionCategoryEnum
-
Packages that use Deduction.DeductionCategoryEnum Package Description com.xero.models.payrolluk -
-
Uses of Deduction.DeductionCategoryEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Deduction.DeductionCategoryEnum Modifier and Type Method Description static Deduction.DeductionCategoryEnumDeduction.DeductionCategoryEnum. fromValue(String value)fromValueDeduction.DeductionCategoryEnumDeduction. getDeductionCategory()Deduction Category typestatic Deduction.DeductionCategoryEnumDeduction.DeductionCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Deduction.DeductionCategoryEnum[]Deduction.DeductionCategoryEnum. 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 Deduction.DeductionCategoryEnum Modifier and Type Method Description DeductionDeduction. deductionCategory(Deduction.DeductionCategoryEnum deductionCategory)Deduction Category typevoidDeduction. setDeductionCategory(Deduction.DeductionCategoryEnum deductionCategory)Deduction Category type
-