Uses of Class
com.lariflix.jemm.reports.JellyfinReportInventorySubItem
Packages that use JellyfinReportInventorySubItem
-
Uses of JellyfinReportInventorySubItem in com.lariflix.jemm.reports
Methods in com.lariflix.jemm.reports that return types with arguments of type JellyfinReportInventorySubItemModifier and TypeMethodDescriptionJellyfinReportGenresItem.getGenreEpisodes()
Retrieves the genreEpisodes property of this JellyfinReportGenresItem.JellyfinReportPeopleItem.getPeopleEpisodes()
Retrieves the peopleEpisodes property of this JellyfinReportPeopleItem.JellyfinReportStudiosItem.getStudioEpisodes()
Retrieves the studioEpisodes property of this JellyfinReportStudiosItem.JellyfinReportInventoryItem.getSubItems()
Retrieves the subItems property of this JellyfinReportInventoryItem.JellyfinReportTagsItem.getTagEpisodes()
Retrieves the tagEpisodes property of this JellyfinReportTagsItem.JellyfinReportYearsItem.getYearEpisodes()
Retrieves the yearEpisodes property of this JellyfinReportYearsItem.Methods in com.lariflix.jemm.reports with parameters of type JellyfinReportInventorySubItemModifier and TypeMethodDescriptionvoid
JellyfinReportTagsItem.addTagEpisode
(JellyfinReportInventorySubItem episode) Adds an episode to the tagEpisodes property of this JellyfinReportTagsItem and updates the tagMediaItems property.void
JellyfinReportYearsItem.addYearEpisode
(JellyfinReportInventorySubItem episode) Adds an episode to the yearEpisodes property of this JellyfinReportYearsItem and updates the yearMediaItems property.Method parameters in com.lariflix.jemm.reports with type arguments of type JellyfinReportInventorySubItemModifier and TypeMethodDescriptionvoid
JellyfinReportGenresItem.setGenreEpisodes
(ArrayList<JellyfinReportInventorySubItem> genreEpisodes) Sets the genreEpisodes property of this JellyfinReportGenresItem.void
JellyfinReportPeopleItem.setPeopleEpisodes
(ArrayList<JellyfinReportInventorySubItem> peopleEpisodes) Sets the peopleEpisodes property of this JellyfinReportPeopleItem.void
JellyfinReportStudiosItem.setStudioEpisodes
(ArrayList<JellyfinReportInventorySubItem> studiosEpisodes) Sets the studioEpisodes property of this JellyfinReportStudiosItem.void
JellyfinReportInventoryItem.setSubItems
(ArrayList<JellyfinReportInventorySubItem> subItems) Sets the subItems property of this JellyfinReportInventoryItem.void
JellyfinReportTagsItem.setTagEpisodes
(ArrayList<JellyfinReportInventorySubItem> tagEpisodes) Sets the tagEpisodes property of this JellyfinReportTagsItem.void
JellyfinReportYearsItem.setYearEpisodes
(ArrayList<JellyfinReportInventorySubItem> yearEpisodes) Sets the yearEpisodes property of this JellyfinReportYearsItem and updates the yearMediaItems property.