Uses of Class
com.adyen.model.management.EventUrl
-
Packages that use EventUrl Package Description com.adyen.model.management -
-
Uses of EventUrl in com.adyen.model.management
Methods in com.adyen.model.management that return EventUrl Modifier and Type Method Description EventUrlEventUrl. addEventLocalUrlsItem(Url eventLocalUrlsItem)EventUrlEventUrl. addEventPublicUrlsItem(Url eventPublicUrlsItem)EventUrlEventUrl. eventLocalUrls(List<Url> eventLocalUrls)One or more local URLs to send event notifications to when using Terminal API.EventUrlEventUrl. eventPublicUrls(List<Url> eventPublicUrls)One or more public URLs to send event notifications to when using Terminal API.static EventUrlEventUrl. fromJson(String jsonString)Create an instance of EventUrl given an JSON stringEventUrlNexo. getEventUrls()Get eventUrlsEventUrlConnectivity. getTerminalIPAddressURL()Get terminalIPAddressURLEventUrlEventUrl. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type EventUrl Modifier and Type Method Description NexoNexo. eventUrls(EventUrl eventUrls)eventUrlsvoidNexo. setEventUrls(EventUrl eventUrls)eventUrlsvoidConnectivity. setTerminalIPAddressURL(EventUrl terminalIPAddressURL)terminalIPAddressURLConnectivityConnectivity. terminalIPAddressURL(EventUrl terminalIPAddressURL)terminalIPAddressURL
-