Uses of Class
com.lariflix.jemm.dtos.JellyfinCadPeopleItem
Packages that use JellyfinCadPeopleItem
-
Uses of JellyfinCadPeopleItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinCadPeopleItemMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinCadPeopleItemMethod parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinCadPeopleItemModifier and TypeMethodDescriptionvoidJellyfinCadPeopleItems.setItems(ArrayList<JellyfinCadPeopleItem> items) Sets the items. -
Uses of JellyfinCadPeopleItem in com.lariflix.jemm.reports
Subclasses of JellyfinCadPeopleItem in com.lariflix.jemm.reportsModifier and TypeClassDescriptionclassThe JellyfinReportPeopleItem class extends the JellyfinCadPeopleItem class and is used to represent a person in a report.Methods in com.lariflix.jemm.reports with parameters of type JellyfinCadPeopleItemModifier and TypeMethodDescriptionvoidJellyfinReportPeopleItem.setItem(JellyfinCadPeopleItem people) Sets the properties of this JellyfinReportPeopleItem based on the given JellyfinCadPeopleItem.