Uses of Enum
com.xero.models.payrollau.EmploymentType
Packages that use EmploymentType
-
Uses of EmploymentType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EmploymentTypeModifier and TypeMethodDescriptionstatic EmploymentTypefromValueEmployee.getEmploymentType()Get employmentTypestatic EmploymentTypeReturns the enum constant of this type with the specified name.static EmploymentType[]EmploymentType.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 EmploymentTypeModifier and TypeMethodDescriptionEmployee.employmentType(EmploymentType employmentType) employmentTypevoidEmployee.setEmploymentType(EmploymentType employmentType) employmentType