Uses of Class
de.adorsys.psd2.model.PaymentExchangeRate.RateTypeEnum
-
Packages that use PaymentExchangeRate.RateTypeEnum Package Description de.adorsys.psd2.model -
-
Uses of PaymentExchangeRate.RateTypeEnum in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return PaymentExchangeRate.RateTypeEnum Modifier and Type Method Description static PaymentExchangeRate.RateTypeEnumPaymentExchangeRate.RateTypeEnum. fromValue(String text)PaymentExchangeRate.RateTypeEnumPaymentExchangeRate. getRateType()Get rateTypestatic PaymentExchangeRate.RateTypeEnumPaymentExchangeRate.RateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentExchangeRate.RateTypeEnum[]PaymentExchangeRate.RateTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.model with parameters of type PaymentExchangeRate.RateTypeEnum Modifier and Type Method Description PaymentExchangeRatePaymentExchangeRate. rateType(PaymentExchangeRate.RateTypeEnum rateType)voidPaymentExchangeRate. setRateType(PaymentExchangeRate.RateTypeEnum rateType)
-