Uses of Class
com.rometools.modules.itunes.types.Category
-
Packages that use Category Package Description com.rometools.modules.itunes This is a ROME plug in that implements the iTunes RSS extensions as defined by Apple in their documentation. -
-
Uses of Category in com.rometools.modules.itunes
Methods in com.rometools.modules.itunes that return types with arguments of type Category Modifier and Type Method Description List<Category>FeedInformation. getCategories()The parent categories for this feedList<Category>FeedInformationImpl. getCategories()The parent categories for this feedMethod parameters in com.rometools.modules.itunes with type arguments of type Category Modifier and Type Method Description voidFeedInformation. setCategories(List<Category> categories)The parent categories for this feedvoidFeedInformationImpl. setCategories(List<Category> categories)The parent categories for this feed
-