Uses of Class
com.xero.models.payrollnz.SalaryAndWage.StatusEnum
-
Packages that use SalaryAndWage.StatusEnum Package Description com.xero.models.payrollnz -
-
Uses of SalaryAndWage.StatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return SalaryAndWage.StatusEnum Modifier and Type Method Description static SalaryAndWage.StatusEnumSalaryAndWage.StatusEnum. fromValue(String value)fromValueSalaryAndWage.StatusEnumSalaryAndWage. getStatus()The current status of the corresponding salary and wagesstatic SalaryAndWage.StatusEnumSalaryAndWage.StatusEnum. valueOf(String name)Returns 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.StatusEnum Modifier and Type Method Description voidSalaryAndWage. setStatus(SalaryAndWage.StatusEnum status)The current status of the corresponding salary and wagesSalaryAndWageSalaryAndWage. status(SalaryAndWage.StatusEnum status)The current status of the corresponding salary and wages
-