Uses of Class
de.adorsys.psd2.event.service.model.AspspEvent
-
Packages that use AspspEvent Package Description de.adorsys.psd2.event.service de.adorsys.psd2.event.service.model -
-
Uses of AspspEvent in de.adorsys.psd2.event.service
Methods in de.adorsys.psd2.event.service that return types with arguments of type AspspEvent Modifier and Type Method Description List<AspspEvent>AspspEventService. getEventsForPeriod(@NotNull OffsetDateTime start, @NotNull OffsetDateTime end, @Nullable String instanceId)Returns a list of Event objects, recorded in given time periodList<AspspEvent>AspspEventService. getEventsForPeriodAndConsentId(@NotNull OffsetDateTime start, @NotNull OffsetDateTime end, @NotNull String consentId, @Nullable String instanceId)Returns a list of Event objects, recorded in given time period and with the given consentIdList<AspspEvent>AspspEventService. getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start, @NotNull OffsetDateTime end, @NotNull de.adorsys.psd2.event.core.model.EventOrigin eventOrigin, @Nullable String instanceId)Returns a list of Event objects from a specific origin, recorded in given time periodList<AspspEvent>AspspEventService. getEventsForPeriodAndEventType(@NotNull OffsetDateTime start, @NotNull OffsetDateTime end, @NotNull de.adorsys.psd2.event.core.model.EventType eventType, @Nullable String instanceId)Returns a list of Event objects of the specific type, recorded in given time periodList<AspspEvent>AspspEventService. getEventsForPeriodAndPaymentId(@NotNull OffsetDateTime start, @NotNull OffsetDateTime end, @NotNull String paymentId, @Nullable String instanceId)Returns a list of Event objects, recorded in given time period and with the given paymentId -
Uses of AspspEvent in de.adorsys.psd2.event.service.model
Methods in de.adorsys.psd2.event.service.model that return AspspEvent Modifier and Type Method Description AspspEventAspspEvent.EventBuilder. build()
-