Uses of Class
com.adyen.model.management.Url
-
Packages that use Url Package Description com.adyen.model.management -
-
Uses of Url in com.adyen.model.management
Methods in com.adyen.model.management that return Url Modifier and Type Method Description UrlUrl. encrypted(Boolean encrypted)Indicates if the message sent to this URL should be encrypted.static UrlUrl. fromJson(String jsonString)Create an instance of Url given an JSON stringUrlUrl. password(String password)The password for authentication of the notifications.UrlUrl. url(String url)The URL in the format: http(s)://domain.com.UrlUrl. username(String username)The username for authentication of the notifications.Methods in com.adyen.model.management that return types with arguments of type Url Modifier and Type Method Description List<Url>EventUrl. getEventLocalUrls()One or more local URLs to send event notifications to when using Terminal API.List<Url>EventUrl. getEventPublicUrls()One or more public URLs to send event notifications to when using Terminal API.List<Url>NotificationUrl. getLocalUrls()One or more local URLs to send notifications to when using Terminal API.List<Url>NotificationUrl. getPublicUrls()One or more public URLs to send notifications to when using Terminal API.Methods in com.adyen.model.management with parameters of type Url Modifier and Type Method Description EventUrlEventUrl. addEventLocalUrlsItem(Url eventLocalUrlsItem)EventUrlEventUrl. addEventPublicUrlsItem(Url eventPublicUrlsItem)NotificationUrlNotificationUrl. addLocalUrlsItem(Url localUrlsItem)NotificationUrlNotificationUrl. addPublicUrlsItem(Url publicUrlsItem)Method parameters in com.adyen.model.management with type arguments of type Url Modifier and Type Method Description 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.NotificationUrlNotificationUrl. localUrls(List<Url> localUrls)One or more local URLs to send notifications to when using Terminal API.NotificationUrlNotificationUrl. publicUrls(List<Url> publicUrls)One or more public URLs to send notifications to when using Terminal API.voidEventUrl. setEventLocalUrls(List<Url> eventLocalUrls)One or more local URLs to send event notifications to when using Terminal API.voidEventUrl. setEventPublicUrls(List<Url> eventPublicUrls)One or more public URLs to send event notifications to when using Terminal API.voidNotificationUrl. setLocalUrls(List<Url> localUrls)One or more local URLs to send notifications to when using Terminal API.voidNotificationUrl. setPublicUrls(List<Url> publicUrls)One or more public URLs to send notifications to when using Terminal API.
-