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.people
JellyfinItemMetadata.people
JellyfinItemUpdate.people
Methods 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 TypeMethodDescriptionvoid
JellyfinFolderMetadata.setPeople
(ArrayList<JellyfinPeopleItem> people) Sets the people.void
JellyfinItemMetadata.setPeople
(ArrayList<JellyfinPeopleItem> people) Sets the people associated with the item.void
JellyfinItemUpdate.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.