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)companystatic WebhookLinksWebhookLinks. fromJson(String jsonString)Create an instance of WebhookLinks given an JSON stringWebhookLinksWebhookLinks. generateHmac(LinksElement generateHmac)generateHmacWebhookLinksWebhook. getLinks()linksWebhookLinksWebhookLinks. merchant(LinksElement merchant)merchantWebhookLinksWebhookLinks. self(LinksElement self)selfWebhookLinksWebhookLinks. testWebhook(LinksElement testWebhook)testWebhookMethods in com.adyen.model.management with parameters of type WebhookLinks Modifier and Type Method Description WebhookWebhook. links(WebhookLinks links)linksvoidWebhook. setLinks(WebhookLinks links)links
-