Uses of Enum
com.xero.models.payrollnz.Reimbursement.StandardTypeOfUnitsEnum
Packages that use Reimbursement.StandardTypeOfUnitsEnum
-
Uses of Reimbursement.StandardTypeOfUnitsEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Reimbursement.StandardTypeOfUnitsEnumModifier and TypeMethodDescriptionfromValueReimbursement.getStandardTypeOfUnits()Optional Type Of Units.Returns the enum constant of this type with the specified name.Reimbursement.StandardTypeOfUnitsEnum.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 Reimbursement.StandardTypeOfUnitsEnumModifier and TypeMethodDescriptionvoidReimbursement.setStandardTypeOfUnits(Reimbursement.StandardTypeOfUnitsEnum standardTypeOfUnits) Optional Type Of Units.Reimbursement.standardTypeOfUnits(Reimbursement.StandardTypeOfUnitsEnum standardTypeOfUnits) Optional Type Of Units.