Uses of Class
de.adorsys.psd2.xs2a.domain.account.SupportedAccountReferenceField
-
Packages that use SupportedAccountReferenceField Package Description de.adorsys.psd2.xs2a.domain.account de.adorsys.psd2.xs2a.service.profile -
-
Uses of SupportedAccountReferenceField in de.adorsys.psd2.xs2a.domain.account
Methods in de.adorsys.psd2.xs2a.domain.account that return SupportedAccountReferenceField Modifier and Type Method Description static SupportedAccountReferenceFieldSupportedAccountReferenceField. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedAccountReferenceField[]SupportedAccountReferenceField. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SupportedAccountReferenceField in de.adorsys.psd2.xs2a.service.profile
Methods in de.adorsys.psd2.xs2a.service.profile that return types with arguments of type SupportedAccountReferenceField Modifier and Type Method Description List<SupportedAccountReferenceField>AspspProfileServiceWrapper. getSupportedAccountReferenceFields()Retrieves list of supported Xs2aAccountReference fields from ASPSP profile service
-