Uses of Class
com.lariflix.jemm.dtos.JellyfinPeopleItem
Packages that use JellyfinPeopleItem
-
Uses of JellyfinPeopleItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinPeopleItemModifier and TypeFieldDescriptionJellyfinFolderMetadata.peopleJellyfinItemMetadata.peopleJellyfinItemUpdate.peopleMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinPeopleItemModifier and TypeMethodDescriptionJellyfinFolderMetadata.getPeople()Gets the people.JellyfinItemMetadata.getPeople()Returns the people associated with the item.JellyfinItemUpdate.getPeople()Returns the people of the item.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinPeopleItemModifier and TypeMethodDescriptionvoidJellyfinFolderMetadata.setPeople(ArrayList<JellyfinPeopleItem> people) Sets the people.voidJellyfinItemMetadata.setPeople(ArrayList<JellyfinPeopleItem> people) Sets the people associated with the item.voidJellyfinItemUpdate.setPeople(ArrayList<JellyfinPeopleItem> people) Sets the people of the item. -
Uses of JellyfinPeopleItem in com.lariflix.jemm.forms
Methods in com.lariflix.jemm.forms that return JellyfinPeopleItemModifier and TypeMethodDescriptionAddPeopleWindow.showDialog()Displays the dialog to the user and returns the new person defined by the user.