Uses of Class
com.xero.models.payrollau.EmploymentBasis
-
Packages that use EmploymentBasis Package Description com.xero.models.payrollau -
-
Uses of EmploymentBasis in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EmploymentBasis Modifier and Type Method Description static EmploymentBasisEmploymentBasis. fromValue(String value)fromValueEmploymentBasisTaxDeclaration. getEmploymentBasis()Get employmentBasisstatic EmploymentBasisEmploymentBasis. valueOf(String name)Returns the enum constant of this type with the specified name.static EmploymentBasis[]EmploymentBasis. 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 EmploymentBasis Modifier and Type Method Description TaxDeclarationTaxDeclaration. employmentBasis(EmploymentBasis employmentBasis)employmentBasisvoidTaxDeclaration. setEmploymentBasis(EmploymentBasis employmentBasis)employmentBasis
-