Uses of Class
de.adorsys.psd2.model.ConsentInformationResponse200Json
-
Packages that use ConsentInformationResponse200Json Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ConsentInformationResponse200Json in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type ConsentInformationResponse200Json Modifier and Type Method Description default org.springframework.http.ResponseEntity<ConsentInformationResponse200Json>ConsentApi. _getConsentInformation(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<ConsentInformationResponse200Json>ConsentApi. getConsentInformation(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 ConsentInformationResponse200Json in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentInformationResponse200Json Modifier and Type Method Description ConsentInformationResponse200JsonConsentInformationResponse200Json. _links(Map _links)ConsentInformationResponse200JsonConsentInformationResponse200Json. access(AccountAccess access)ConsentInformationResponse200JsonConsentInformationResponse200Json. consentStatus(ConsentStatus consentStatus)ConsentInformationResponse200JsonConsentInformationResponse200Json. frequencyPerDay(Integer frequencyPerDay)ConsentInformationResponse200JsonConsentInformationResponse200Json. lastActionDate(LocalDate lastActionDate)ConsentInformationResponse200JsonConsentInformationResponse200Json. recurringIndicator(Boolean recurringIndicator)ConsentInformationResponse200JsonConsentInformationResponse200Json. validUntil(LocalDate validUntil)
-