Uses of Class
com.adyen.model.management.Webhook
-
Packages that use Webhook Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of Webhook in com.adyen.model.management
Methods in com.adyen.model.management that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>ListWebhooksResponse. getData()The list of webhooks configured for this account.Methods in com.adyen.model.management with parameters of type Webhook Modifier and Type Method Description ListWebhooksResponseListWebhooksResponse. addDataItem(Webhook dataItem)Method parameters in com.adyen.model.management with type arguments of type Webhook Modifier and Type Method Description ListWebhooksResponseListWebhooksResponse. data(List<Webhook> data)voidListWebhooksResponse. setData(List<Webhook> data) -
Uses of Webhook in com.adyen.service.management
Methods in com.adyen.service.management that return Webhook Modifier and Type Method Description WebhookWebhooksCompanyLevel. getWebhook(String companyId, String webhookId)Get a webhookWebhookWebhooksMerchantLevel. getWebhook(String merchantId, String webhookId)Get a webhookWebhookWebhooksCompanyLevel. setUpWebhook(String companyId, CreateCompanyWebhookRequest createCompanyWebhookRequest)Set up a webhookWebhookWebhooksMerchantLevel. setUpWebhook(String merchantId, CreateMerchantWebhookRequest createMerchantWebhookRequest)Set up a webhookWebhookWebhooksCompanyLevel. updateWebhook(String companyId, String webhookId, UpdateCompanyWebhookRequest updateCompanyWebhookRequest)Update a webhookWebhookWebhooksMerchantLevel. updateWebhook(String merchantId, String webhookId, UpdateMerchantWebhookRequest updateMerchantWebhookRequest)Update a webhook
-