Uses of Enum
com.xero.models.payrollnz.EarningsRate.RateTypeEnum
Packages that use EarningsRate.RateTypeEnum
-
Uses of EarningsRate.RateTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EarningsRate.RateTypeEnumModifier and TypeMethodDescriptionstatic EarningsRate.RateTypeEnumfromValueEarningsRate.getRateType()Indicates the type of the earning ratestatic EarningsRate.RateTypeEnumReturns 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.payrollnz with parameters of type EarningsRate.RateTypeEnumModifier and TypeMethodDescriptionEarningsRate.rateType(EarningsRate.RateTypeEnum rateType) Indicates the type of the earning ratevoidEarningsRate.setRateType(EarningsRate.RateTypeEnum rateType) Indicates the type of the earning rate