Uses of Class
de.adorsys.psd2.model.AccountList
-
Packages that use AccountList Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of AccountList in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type AccountList Modifier and Type Method Description default org.springframework.http.ResponseEntity<AccountList>AccountApi. _getAccountList(UUID xRequestID, String consentID, @Valid Boolean withBalance, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)default org.springframework.http.ResponseEntity<AccountList>AccountApi. getAccountList(UUID xRequestID, String consentID, Boolean withBalance, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation) -
Uses of AccountList in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return AccountList Modifier and Type Method Description AccountListAccountList. accounts(List<AccountDetails> accounts)AccountListAccountList. addAccountsItem(AccountDetails accountsItem)
-