Uses of Class
de.adorsys.psd2.xs2a.core.profile.AccountReferenceType
-
Packages that use AccountReferenceType Package Description de.adorsys.psd2.xs2a.core.profile -
-
Uses of AccountReferenceType in de.adorsys.psd2.xs2a.core.profile
Methods in de.adorsys.psd2.xs2a.core.profile that return AccountReferenceType Modifier and Type Method Description AccountReferenceTypeAccountReference. getAccountReferenceType()AccountReferenceTypeAccountReferenceSelector. getAccountReferenceType()static AccountReferenceTypeAccountReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountReferenceType[]AccountReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.profile that return types with arguments of type AccountReferenceType Modifier and Type Method Description static Optional<AccountReferenceType>AccountReferenceType. getByValue(String name)Set<AccountReferenceType>AccountReference. getUsedAccountReferenceFields()Constructors in de.adorsys.psd2.xs2a.core.profile with parameters of type AccountReferenceType Constructor Description AccountReference(AccountReferenceType accountReferenceType, String accountReferenceValue, Currency currency)This constructor should be used for storing initial accounts data (as it was requested by TPP)AccountReference(AccountReferenceType accountReferenceType, String accountReferenceValue, Currency currency, String resourceId, String aspspAccountId)This constructor should be used for storing accounts data received from aspspAccountReferenceSelector(AccountReferenceType accountReferenceType, String accountValue)
-