Uses of Class
com.xero.models.payrollau.EarningsType
-
Packages that use EarningsType Package Description com.xero.models.payrollau -
-
Uses of EarningsType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EarningsType Modifier and Type Method Description static EarningsTypeEarningsType. fromValue(String value)fromValueEarningsTypeEarningsRate. getEarningsType()Get earningsTypestatic EarningsTypeEarningsType. valueOf(String name)Returns the enum constant of this type with the specified name.static EarningsType[]EarningsType. 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 EarningsType Modifier and Type Method Description EarningsRateEarningsRate. earningsType(EarningsType earningsType)earningsTypevoidEarningsRate. setEarningsType(EarningsType earningsType)earningsType
-