Package com.adyen.notification
Class ManagementWebhookHandler
- java.lang.Object
-
- com.adyen.notification.ManagementWebhookHandler
-
@Deprecated(since="v37.0.0", forRemoval=true) public class ManagementWebhookHandler extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Use instead com.adyen.model.managementwebhooks.ManagementWebhookHandlerDEPRECATEDCentralised handler for de-serialising all (Management) webhook payloads.
-
-
Constructor Summary
Constructors Constructor Description ManagementWebhookHandler(String payload)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
-
-
Constructor Detail
-
ManagementWebhookHandler
@Deprecated(since="v37.0.0", forRemoval=true) public ManagementWebhookHandler(String payload)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getMerchantCreatedNotificationRequest
@Deprecated(since="v37.0.0", forRemoval=true) public Optional<MerchantCreatedNotificationRequest> getMerchantCreatedNotificationRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getMerchantUpdatedNotificationRequest
@Deprecated(since="v37.0.0", forRemoval=true) public Optional<MerchantUpdatedNotificationRequest> getMerchantUpdatedNotificationRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPaymentMethodCreatedNotificationRequest
@Deprecated(since="v37.0.0", forRemoval=true) public Optional<PaymentMethodCreatedNotificationRequest> getPaymentMethodCreatedNotificationRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPaymentMethodRequestRemovedNotificationRequest
@Deprecated(since="v37.0.0", forRemoval=true) public Optional<PaymentMethodRequestRemovedNotificationRequest> getPaymentMethodRequestRemovedNotificationRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPaymentMethodScheduledForRemovalNotificationRequest
@Deprecated(since="v37.0.0", forRemoval=true) public Optional<PaymentMethodScheduledForRemovalNotificationRequest> getPaymentMethodScheduledForRemovalNotificationRequest()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-