Uses of Class
com.lariflix.jemm.dtos.JellyfinCadStudioItem
Packages that use JellyfinCadStudioItem
-
Uses of JellyfinCadStudioItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinCadStudioItemMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinCadStudioItemModifier and TypeMethodDescriptionJellyfinCadStudioItems.getItems()
Retrieves the list of JellyfinCadStudioItem objects.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinCadStudioItemModifier and TypeMethodDescriptionvoid
JellyfinCadStudioItems.setItems
(ArrayList<JellyfinCadStudioItem> items) Sets the list of JellyfinCadStudioItem objects. -
Uses of JellyfinCadStudioItem in com.lariflix.jemm.reports
Subclasses of JellyfinCadStudioItem in com.lariflix.jemm.reportsModifier and TypeClassDescriptionclass
The JellyfinReportStudiosItem class extends the JellyfinCadStudioItem class and is used to represent a studio in a report.Methods in com.lariflix.jemm.reports with parameters of type JellyfinCadStudioItemModifier and TypeMethodDescriptionvoid
JellyfinReportStudiosItem.setItem
(JellyfinCadStudioItem it) Sets the properties of this JellyfinReportStudiosItem based on the given JellyfinCadStudioItem.