Uses of Class
com.lariflix.jemm.dtos.JellyfinItems
Packages that use JellyfinItems
-
Uses of JellyfinItems in com.lariflix.jemm.core
Methods in com.lariflix.jemm.core that return JellyfinItemsModifier and TypeMethodDescriptionRetrieves all items from a specific parent folder from the Jellyfin server.LoadItems.requestItems()
Requests items from the Jellyfin server. -
Uses of JellyfinItems in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos declared as JellyfinItemsMethods in com.lariflix.jemm.dtos that return JellyfinItemsModifier and TypeMethodDescriptionJellyfinFolder.getFolderContent()
Gets the content of the folder.Methods in com.lariflix.jemm.dtos with parameters of type JellyfinItemsModifier and TypeMethodDescriptionvoid
JellyfinFolder.setFolderContent
(JellyfinItems items) Sets the content of the folder. -
Uses of JellyfinItems in com.lariflix.jemm.reports
Methods in com.lariflix.jemm.reports with parameters of type JellyfinItemsModifier and TypeMethodDescriptionvoid
JellyfinReportInventoryItem.setSubItems
(JellyfinItems subItems) Transforms a JellyfinItems into a list of JellyfinReportInventorySubItem and sets it as the sub-items of this JellyfinReportInventoryItem.