Uses of Class
de.adorsys.psd2.model.InlineResponse200
-
Packages that use InlineResponse200 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of InlineResponse200 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type InlineResponse200 Modifier and Type Method Description default org.springframework.http.ResponseEntity<InlineResponse200>AccountApi. _readAccountDetails(String accountId, 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<InlineResponse200>AccountApi. readAccountDetails(String accountId, 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 InlineResponse200 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return InlineResponse200 Modifier and Type Method Description InlineResponse200InlineResponse200. account(AccountDetails account)
-