Uses of Class
com.lariflix.jemm.dtos.JellyfinCadGenresItem
Packages that use JellyfinCadGenresItem
-
Uses of JellyfinCadGenresItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinCadGenresItemMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinCadGenresItemModifier and TypeMethodDescriptionJellyfinCadGenresItems.getItems()
Gets the list of JellyfinCadGenresItem objects.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinCadGenresItemModifier and TypeMethodDescriptionvoid
JellyfinCadGenresItems.setItems
(ArrayList<JellyfinCadGenresItem> items) Sets the list of JellyfinCadGenresItem objects.Constructor parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinCadGenresItemModifierConstructorDescriptionJellyfinCadGenresItems
(ArrayList<JellyfinCadGenresItem> items, int totalRecordCount, int startIndex) Constructs a new JellyfinCadGenresItems object with the specified items, total record count, and start index. -
Uses of JellyfinCadGenresItem in com.lariflix.jemm.reports
Subclasses of JellyfinCadGenresItem in com.lariflix.jemm.reportsModifier and TypeClassDescriptionclass
The JellyfinReportGenresItem class extends the JellyfinCadGenresItem class and is used to represent a genre item in a report.Methods in com.lariflix.jemm.reports with parameters of type JellyfinCadGenresItemModifier and TypeMethodDescriptionvoid
JellyfinReportGenresItem.setItem
(JellyfinCadGenresItem it) Sets the item property of this JellyfinReportGenresItem.