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()Get linksWebhookLinksWebhookLinks. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.WebhookLinksWebhookLinks. 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
-