Uses of Class
com.xero.models.payrolluk.EarningsRate.RateTypeEnum
-
Packages that use EarningsRate.RateTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of EarningsRate.RateTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EarningsRate.RateTypeEnum Modifier and Type Method Description static EarningsRate.RateTypeEnumEarningsRate.RateTypeEnum. fromValue(String value)fromValueEarningsRate.RateTypeEnumEarningsRate. getRateType()Indicates the type of the earning ratestatic EarningsRate.RateTypeEnumEarningsRate.RateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EarningsRate.RateTypeEnum[]EarningsRate.RateTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type EarningsRate.RateTypeEnum Modifier and Type Method Description EarningsRateEarningsRate. rateType(EarningsRate.RateTypeEnum rateType)Indicates the type of the earning ratevoidEarningsRate. setRateType(EarningsRate.RateTypeEnum rateType)Indicates the type of the earning rate
-