Uses of Class
be.recipe.services.executor.ListNotificationsItem
-
Packages that use ListNotificationsItem Package Description be.recipe.services.executor -
-
Uses of ListNotificationsItem in be.recipe.services.executor
Fields in be.recipe.services.executor with type parameters of type ListNotificationsItem Modifier and Type Field Description protected List<ListNotificationsItem>ListNotificationsResult. notificationsMethods in be.recipe.services.executor that return ListNotificationsItem Modifier and Type Method Description ListNotificationsItemObjectFactory. createListNotificationsItem()Create an instance ofListNotificationsItemMethods in be.recipe.services.executor that return types with arguments of type ListNotificationsItem Modifier and Type Method Description JAXBElement<ListNotificationsItem>ObjectFactory. createListNotificationsItem(ListNotificationsItem value)List<ListNotificationsItem>ListNotificationsResult. getNotifications()Gets the value of the notifications property.Methods in be.recipe.services.executor with parameters of type ListNotificationsItem Modifier and Type Method Description JAXBElement<ListNotificationsItem>ObjectFactory. createListNotificationsItem(ListNotificationsItem value)
-