Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationNotificationRequest
-
Packages that use SweepConfigurationNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of SweepConfigurationNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationNotificationRequest Modifier and Type Method Description SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. data(SweepConfigurationNotificationData data)dataSweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. environment(String environment)The environment from which the webhook originated.static SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. fromJson(String jsonString)Create an instance of SweepConfigurationNotificationRequest given an JSON stringSweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. type(SweepConfigurationNotificationRequest.TypeEnum type)Type of webhook. -
Uses of SweepConfigurationNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type SweepConfigurationNotificationRequest Modifier and Type Method Description Optional<SweepConfigurationNotificationRequest>BankingWebhookHandler. getSweepConfigurationNotificationRequest()
-