Uses of Enum
com.xero.models.payrollnz.SalaryAndWage.StatusEnum
Packages that use SalaryAndWage.StatusEnum
-
Uses of SalaryAndWage.StatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWage.StatusEnumModifier and TypeMethodDescriptionstatic SalaryAndWage.StatusEnumfromValueSalaryAndWage.getStatus()The current status of the corresponding salary and wagesstatic SalaryAndWage.StatusEnumReturns the enum constant of this type with the specified name.static SalaryAndWage.StatusEnum[]SalaryAndWage.StatusEnum.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 SalaryAndWage.StatusEnumModifier and TypeMethodDescriptionvoidSalaryAndWage.setStatus(SalaryAndWage.StatusEnum status) The current status of the corresponding salary and wagesSalaryAndWage.status(SalaryAndWage.StatusEnum status) The current status of the corresponding salary and wages