Uses of Class
de.adorsys.ledgers.middleware.api.domain.account.AccountIdentifierTypeTO
-
Packages that use AccountIdentifierTypeTO Package Description de.adorsys.ledgers.middleware.api.domain.account de.adorsys.ledgers.middleware.api.service -
-
Uses of AccountIdentifierTypeTO in de.adorsys.ledgers.middleware.api.domain.account
Methods in de.adorsys.ledgers.middleware.api.domain.account that return AccountIdentifierTypeTO Modifier and Type Method Description static AccountIdentifierTypeTOAccountIdentifierTypeTO. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountIdentifierTypeTO[]AccountIdentifierTypeTO. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccountIdentifierTypeTO in de.adorsys.ledgers.middleware.api.service
Methods in de.adorsys.ledgers.middleware.api.service with parameters of type AccountIdentifierTypeTO Modifier and Type Method Description List<AdditionalAccountInformationTO>MiddlewareUserManagementService. getAdditionalInformation(ScaInfoTO scaInfoHolder, AccountIdentifierTypeTO accountIdentifierType, String accountIdentifier)
-