Uses of Class
de.adorsys.psd2.xs2a.domain.Links
-
-
Uses of Links in de.adorsys.psd2.xs2a.domain.pis
Constructors in de.adorsys.psd2.xs2a.domain.pis with parameters of type Links Constructor Description ReadPaymentStatusResponse(@NotNull de.adorsys.psd2.xs2a.core.pis.TransactionStatus status, @Nullable Boolean fundsAvailable, @NotNull org.springframework.http.MediaType responseContentType, byte[] paymentStatusRaw, @Nullable String psuMessage, @Nullable Links links, @Nullable Set<de.adorsys.psd2.xs2a.core.domain.TppMessageInformation> tppMessageInformation) -
Uses of Links in de.adorsys.psd2.xs2a.service.authorization.processor.model
Fields in de.adorsys.psd2.xs2a.service.authorization.processor.model declared as Links Modifier and Type Field Description protected LinksAuthorisationProcessorResponse. links -
Uses of Links in de.adorsys.psd2.xs2a.service.mapper.spi_xs2a_mappers
Methods in de.adorsys.psd2.xs2a.service.mapper.spi_xs2a_mappers that return Links Modifier and Type Method Description LinksSpiToXs2aLinksMapper. toXs2aLinks(de.adorsys.psd2.xs2a.spi.domain.common.SpiLinks spiLinks) -
Uses of Links in de.adorsys.psd2.xs2a.web.link
Subclasses of Links in de.adorsys.psd2.xs2a.web.link Modifier and Type Class Description classAccountDetailsLinksclassCardAccountDetailsLinksclassCreateAisAuthorisationLinksclassCreateConsentLinksclassCreatePiisAuthorisationLinksclassCreatePiisConsentLinksclassCreatePisAuthorisationLinksclassPaymentCancellationLinksclassPaymentInitiationLinksclassPisAuthorisationCancellationLinksclassTransactionsReportAccountLinksclassTransactionsReportCardDownloadLinksclassTransactionsReportCardLinksclassTransactionsReportDownloadLinksclassUpdateAisConsentLinksImplclassUpdateConsentLinksclassUpdatePiisConsentLinksImplclassUpdatePisAuthorisationLinksclassUpdatePisCancellationPsuDataLinksclassUpdatePisPsuDataLinksclassXs2aAccountReportLinksConstructors in de.adorsys.psd2.xs2a.web.link with parameters of type Links Constructor Description Xs2aAccountReportLinks(String httpUrl, String accountId, Links links) -
Uses of Links in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Links Modifier and Type Method Description Map<String,HrefType>HrefLinkMapper. mapToLinksMap(Links links)Maps Links to Links Map
-