Uses of Class
com.adyen.model.management.NotificationUrl
-
Packages that use NotificationUrl Package Description com.adyen.model.management -
-
Uses of NotificationUrl in com.adyen.model.management
Methods in com.adyen.model.management that return NotificationUrl Modifier and Type Method Description NotificationUrlNotificationUrl. addLocalUrlsItem(Url localUrlsItem)NotificationUrlNotificationUrl. addPublicUrlsItem(Url publicUrlsItem)static NotificationUrlNotificationUrl. fromJson(String jsonString)Create an instance of NotificationUrl given an JSON stringNotificationUrlNexo. getDisplayUrls()Get displayUrlsNotificationUrlNotificationUrl. localUrls(List<Url> localUrls)NotificationUrlNotificationUrl. publicUrls(List<Url> publicUrls)Methods in com.adyen.model.management with parameters of type NotificationUrl Modifier and Type Method Description NexoNexo. displayUrls(NotificationUrl displayUrls)voidNexo. setDisplayUrls(NotificationUrl displayUrls)displayUrls
-