Uses of Class
com.lariflix.jemm.dtos.JellyfinStudioItem
Packages that use JellyfinStudioItem
-
Uses of JellyfinStudioItem in com.lariflix.jemm.csv
Method parameters in com.lariflix.jemm.csv with type arguments of type JellyfinStudioItemModifier and TypeMethodDescriptionvoidJellyfinCsvStructure.setStudios(ArrayList<JellyfinStudioItem> Studios) Sets the Studios from a list. -
Uses of JellyfinStudioItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinStudioItemModifier and TypeFieldDescriptionJellyfinFolderMetadata.studiosJellyfinItemMetadata.studiosJellyfinItemUpdate.studiosMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinStudioItemModifier and TypeMethodDescriptionJellyfinFolderMetadata.getStudios()Gets the studios.JellyfinItemMetadata.getStudios()Returns the studios associated with the item.JellyfinItemUpdate.getStudios()Returns the studios of the item.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinStudioItemModifier and TypeMethodDescriptionvoidJellyfinFolderMetadata.setStudios(ArrayList<JellyfinStudioItem> studios) Sets the studios.voidJellyfinItemMetadata.setStudios(ArrayList<JellyfinStudioItem> studios) Sets the studios associated with the item.voidJellyfinItemUpdate.setStudios(ArrayList<JellyfinStudioItem> studios) Sets the studios of the item. -
Uses of JellyfinStudioItem in com.lariflix.jemm.forms
Methods in com.lariflix.jemm.forms that return JellyfinStudioItemModifier and TypeMethodDescriptionAddStudioWindow.showDialog()Displays the dialog to the user to define a new studio and returns the new studio defined by the user.