Uses of Class
com.lariflix.jemm.dtos.JellyfinItem
Packages that use JellyfinItem
-
Uses of JellyfinItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinItemMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinItemMethod parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinItemModifier and TypeMethodDescriptionvoid
JellyfinItems.setItems
(ArrayList<JellyfinItem> items) Sets the items in Jellyfin. -
Uses of JellyfinItem in com.lariflix.jemm.reports
Subclasses of JellyfinItem in com.lariflix.jemm.reportsModifier and TypeClassDescriptionclass
The JellyfinReportInventorySubItem class extends the JellyfinItem class and is used to represent a sub-item in an inventory item in a report.Methods in com.lariflix.jemm.reports with parameters of type JellyfinItemModifier and TypeMethodDescriptionvoid
JellyfinReportGenresItem.addGenreEpisode
(JellyfinItem episode, JellyfinItemMetadata episodeMetadata) Adds a new episode to the genreEpisodes list of this JellyfinReportGenresItem.void
JellyfinReportPeopleItem.addPeopleEpisode
(JellyfinItem episode, JellyfinItemMetadata episodeMetadata) Adds an episode to the peopleEpisodes property of this JellyfinReportPeopleItem.void
JellyfinReportStudiosItem.addStudioEpisode
(JellyfinItem episode, JellyfinItemMetadata episodeMetadata) Adds an episode to the studioEpisodes property of this JellyfinReportStudiosItem.void
JellyfinReportInventorySubItem.setSubItem
(JellyfinItem subIt) Sets the properties of this JellyfinReportInventorySubItem based on the given JellyfinItem.