Uses of Class
com.adyen.model.management.WebhookLinks
-
Packages that use WebhookLinks Package Description com.adyen.model.management -
-
Uses of WebhookLinks in com.adyen.model.management
Methods in com.adyen.model.management that return WebhookLinks Modifier and Type Method Description WebhookLinksWebhookLinks. company(LinksElement company)static WebhookLinksWebhookLinks. fromJson(String jsonString)Create an instance of WebhookLinks given an JSON stringWebhookLinksWebhookLinks. generateHmac(LinksElement generateHmac)WebhookLinksWebhook. getLinks()Get linksWebhookLinksWebhookLinks. merchant(LinksElement merchant)WebhookLinksWebhookLinks. self(LinksElement self)WebhookLinksWebhookLinks. testWebhook(LinksElement testWebhook)Methods in com.adyen.model.management with parameters of type WebhookLinks Modifier and Type Method Description WebhookWebhook. links(WebhookLinks links)voidWebhook. setLinks(WebhookLinks links)links
-