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)The list of webhooks configured for this account. -
Uses of Webhook in com.adyen.service.management
Methods in com.adyen.service.management that return Webhook Modifier and Type Method Description WebhookWebhooksCompanyLevelApi. getWebhook(String companyId, String webhookId)Get a webhookWebhookWebhooksCompanyLevelApi. getWebhook(String companyId, String webhookId, RequestOptions requestOptions)Get a webhookWebhookWebhooksMerchantLevelApi. getWebhook(String merchantId, String webhookId)Get a webhookWebhookWebhooksMerchantLevelApi. getWebhook(String merchantId, String webhookId, RequestOptions requestOptions)Get a webhookWebhookWebhooksCompanyLevelApi. setUpWebhook(String companyId, CreateCompanyWebhookRequest createCompanyWebhookRequest)Set up a webhookWebhookWebhooksCompanyLevelApi. setUpWebhook(String companyId, CreateCompanyWebhookRequest createCompanyWebhookRequest, RequestOptions requestOptions)Set up a webhookWebhookWebhooksMerchantLevelApi. setUpWebhook(String merchantId, CreateMerchantWebhookRequest createMerchantWebhookRequest)Set up a webhookWebhookWebhooksMerchantLevelApi. setUpWebhook(String merchantId, CreateMerchantWebhookRequest createMerchantWebhookRequest, RequestOptions requestOptions)Set up a webhookWebhookWebhooksCompanyLevelApi. updateWebhook(String companyId, String webhookId, UpdateCompanyWebhookRequest updateCompanyWebhookRequest)Update a webhookWebhookWebhooksCompanyLevelApi. updateWebhook(String companyId, String webhookId, UpdateCompanyWebhookRequest updateCompanyWebhookRequest, RequestOptions requestOptions)Update a webhookWebhookWebhooksMerchantLevelApi. updateWebhook(String merchantId, String webhookId, UpdateMerchantWebhookRequest updateMerchantWebhookRequest)Update a webhookWebhookWebhooksMerchantLevelApi. updateWebhook(String merchantId, String webhookId, UpdateMerchantWebhookRequest updateMerchantWebhookRequest, RequestOptions requestOptions)Update a webhook
-