Uses of Class
de.adorsys.psd2.model.TrustedBeneficiariesList
-
Packages that use TrustedBeneficiariesList Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of TrustedBeneficiariesList in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type TrustedBeneficiariesList Modifier and Type Method Description default org.springframework.http.ResponseEntity<TrustedBeneficiariesList>AccountApi. _getTrustedBeneficiariesList(UUID xRequestID, String consentID, @Valid String accountId, 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<TrustedBeneficiariesList>AccountApi. getTrustedBeneficiariesList(UUID xRequestID, String consentID, String accountId, 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 TrustedBeneficiariesList in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return TrustedBeneficiariesList Modifier and Type Method Description TrustedBeneficiariesListTrustedBeneficiariesList. addTrustedBeneficiariesItem(TrustedBeneficiaries trustedBeneficiariesItem)TrustedBeneficiariesListTrustedBeneficiariesList. trustedBeneficiaries(List<TrustedBeneficiaries> trustedBeneficiaries)
-