Uses of Class
be.recipe.services.executor.ListRelationsItem
-
Packages that use ListRelationsItem Package Description be.recipe.services.executor -
-
Uses of ListRelationsItem in be.recipe.services.executor
Fields in be.recipe.services.executor with type parameters of type ListRelationsItem Modifier and Type Field Description protected List<ListRelationsItem>ListRelationsResult. itemsMethods in be.recipe.services.executor that return ListRelationsItem Modifier and Type Method Description ListRelationsItemObjectFactory. createListRelationsItem()Create an instance ofListRelationsItemMethods in be.recipe.services.executor that return types with arguments of type ListRelationsItem Modifier and Type Method Description JAXBElement<ListRelationsItem>ObjectFactory. createListRelationsItem(ListRelationsItem value)List<ListRelationsItem>ListRelationsResult. getItems()Gets the value of the items property.Methods in be.recipe.services.executor with parameters of type ListRelationsItem Modifier and Type Method Description JAXBElement<ListRelationsItem>ObjectFactory. createListRelationsItem(ListRelationsItem value)
-