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 TypeMethodDescriptionvoidJellyfinReportTagsItem.addTagEpisode(JellyfinReportInventorySubItem episode) Adds an episode to the tagEpisodes property of this JellyfinReportTagsItem and updates the tagMediaItems property.voidJellyfinReportYearsItem.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 TypeMethodDescriptionvoidJellyfinReportGenresItem.setGenreEpisodes(ArrayList<JellyfinReportInventorySubItem> genreEpisodes) Sets the genreEpisodes property of this JellyfinReportGenresItem.voidJellyfinReportPeopleItem.setPeopleEpisodes(ArrayList<JellyfinReportInventorySubItem> peopleEpisodes) Sets the peopleEpisodes property of this JellyfinReportPeopleItem.voidJellyfinReportStudiosItem.setStudioEpisodes(ArrayList<JellyfinReportInventorySubItem> studiosEpisodes) Sets the studioEpisodes property of this JellyfinReportStudiosItem.voidJellyfinReportInventoryItem.setSubItems(ArrayList<JellyfinReportInventorySubItem> subItems) Sets the subItems property of this JellyfinReportInventoryItem.voidJellyfinReportTagsItem.setTagEpisodes(ArrayList<JellyfinReportInventorySubItem> tagEpisodes) Sets the tagEpisodes property of this JellyfinReportTagsItem.voidJellyfinReportYearsItem.setYearEpisodes(ArrayList<JellyfinReportInventorySubItem> yearEpisodes) Sets the yearEpisodes property of this JellyfinReportYearsItem and updates the yearMediaItems property.