Uses of Class
com.xero.models.payrollau.DeductionType.DeductionCategoryEnum
-
Packages that use DeductionType.DeductionCategoryEnum Package Description com.xero.models.payrollau -
-
Uses of DeductionType.DeductionCategoryEnum in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionType.DeductionCategoryEnum Modifier and Type Method Description static DeductionType.DeductionCategoryEnumDeductionType.DeductionCategoryEnum. fromValue(String value)fromValueDeductionType.DeductionCategoryEnumDeductionType. getDeductionCategory()Get deductionCategorystatic DeductionType.DeductionCategoryEnumDeductionType.DeductionCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeductionType.DeductionCategoryEnum[]DeductionType.DeductionCategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollau with parameters of type DeductionType.DeductionCategoryEnum Modifier and Type Method Description DeductionTypeDeductionType. deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)deductionCategoryvoidDeductionType. setDeductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)deductionCategory
-