Uses of Class
com.xero.models.payrolluk.StatutoryDeductionCategory
-
Packages that use StatutoryDeductionCategory Package Description com.xero.models.payrolluk -
-
Uses of StatutoryDeductionCategory in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return StatutoryDeductionCategory Modifier and Type Method Description static StatutoryDeductionCategoryStatutoryDeductionCategory. fromValue(String value)fromValueStatutoryDeductionCategoryEarningsOrder. getStatutoryDeductionCategory()Get statutoryDeductionCategoryStatutoryDeductionCategoryStatutoryDeduction. getStatutoryDeductionCategory()Get statutoryDeductionCategorystatic StatutoryDeductionCategoryStatutoryDeductionCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static StatutoryDeductionCategory[]StatutoryDeductionCategory. 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 StatutoryDeductionCategory Modifier and Type Method Description voidEarningsOrder. setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryvoidStatutoryDeduction. setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryEarningsOrderEarningsOrder. statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryStatutoryDeductionStatutoryDeduction. statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategory
-