Uses of Class
com.lariflix.jemm.dtos.JellyfinFolder
Packages that use JellyfinFolder
-
Uses of JellyfinFolder in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinFolderMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinFolderMethod parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinFolderModifier and TypeMethodDescriptionvoid
JellyfinFolders.setItems
(ArrayList<JellyfinFolder> items) Sets the items. -
Uses of JellyfinFolder in com.lariflix.jemm.reports
Subclasses of JellyfinFolder in com.lariflix.jemm.reportsModifier and TypeClassDescriptionclass
The JellyfinReportInventoryItem class extends the JellyfinFolder class and is used to represent an inventory item in a report.Methods in com.lariflix.jemm.reports with parameters of type JellyfinFolderModifier and TypeMethodDescriptionvoid
JellyfinReportInventoryItem.setItem
(JellyfinFolder it) Transforms a JellyfinFolder into a JellyfinReportInventoryItem.