Uses of Class
de.adorsys.psd2.model.ConsentStatusResponse200
-
Packages that use ConsentStatusResponse200 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ConsentStatusResponse200 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type ConsentStatusResponse200 Modifier and Type Method Description default org.springframework.http.ResponseEntity<ConsentStatusResponse200>ConsentApi. _getConsentStatus(String consentId, UUID xRequestID, 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<ConsentStatusResponse200>ConsentApi. getConsentStatus(String consentId, UUID xRequestID, 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 ConsentStatusResponse200 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentStatusResponse200 Modifier and Type Method Description ConsentStatusResponse200ConsentStatusResponse200. consentStatus(ConsentStatus consentStatus)ConsentStatusResponse200ConsentStatusResponse200. psuMessage(String psuMessage)
-