Uses of Class
com.xero.models.payrollnz.Reimbursement.StandardTypeOfUnitsEnum
-
Packages that use Reimbursement.StandardTypeOfUnitsEnum Package Description com.xero.models.payrollnz -
-
Uses of Reimbursement.StandardTypeOfUnitsEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Reimbursement.StandardTypeOfUnitsEnum Modifier and Type Method Description static Reimbursement.StandardTypeOfUnitsEnumReimbursement.StandardTypeOfUnitsEnum. fromValue(String value)fromValueReimbursement.StandardTypeOfUnitsEnumReimbursement. getStandardTypeOfUnits()Optional Type Of Units.static Reimbursement.StandardTypeOfUnitsEnumReimbursement.StandardTypeOfUnitsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Reimbursement.StandardTypeOfUnitsEnum[]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.StandardTypeOfUnitsEnum Modifier and Type Method Description voidReimbursement. setStandardTypeOfUnits(Reimbursement.StandardTypeOfUnitsEnum standardTypeOfUnits)Optional Type Of Units.ReimbursementReimbursement. standardTypeOfUnits(Reimbursement.StandardTypeOfUnitsEnum standardTypeOfUnits)Optional Type Of Units.
-