public static final class AspspEvent.EventBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
AspspEvent |
build() |
AspspEvent.EventBuilder |
consentId(String consentId) |
AspspEvent.EventBuilder |
eventOrigin(de.adorsys.psd2.event.core.model.EventOrigin eventOrigin) |
AspspEvent.EventBuilder |
eventType(de.adorsys.psd2.event.core.model.EventType eventType) |
AspspEvent.EventBuilder |
instanceId(String instanceId) |
AspspEvent.EventBuilder |
internalRequestId(UUID internalRequestId) |
AspspEvent.EventBuilder |
payload(Object payload) |
AspspEvent.EventBuilder |
paymentId(String paymentId) |
AspspEvent.EventBuilder |
psuIdData(List<AspspPsuIdData> psuIdData) |
AspspEvent.EventBuilder |
timestamp(OffsetDateTime timestamp) |
AspspEvent.EventBuilder |
tppAuthorisationNumber(String tppAuthorisationNumber) |
AspspEvent.EventBuilder |
xRequestId(UUID xRequestId) |
public AspspEvent.EventBuilder timestamp(OffsetDateTime timestamp)
public AspspEvent.EventBuilder consentId(String consentId)
public AspspEvent.EventBuilder paymentId(String paymentId)
public AspspEvent.EventBuilder payload(Object payload)
public AspspEvent.EventBuilder eventOrigin(de.adorsys.psd2.event.core.model.EventOrigin eventOrigin)
public AspspEvent.EventBuilder eventType(de.adorsys.psd2.event.core.model.EventType eventType)
public AspspEvent.EventBuilder instanceId(String instanceId)
public AspspEvent.EventBuilder psuIdData(List<AspspPsuIdData> psuIdData)
public AspspEvent.EventBuilder tppAuthorisationNumber(String tppAuthorisationNumber)
public AspspEvent.EventBuilder xRequestId(UUID xRequestId)
public AspspEvent.EventBuilder internalRequestId(UUID internalRequestId)
public AspspEvent build()
Copyright © 2020. All rights reserved.