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 TypeMethodDescriptionvoid
JellyfinCsvStructure.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.studios
JellyfinItemMetadata.studios
JellyfinItemUpdate.studios
Methods 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 TypeMethodDescriptionvoid
JellyfinFolderMetadata.setStudios
(ArrayList<JellyfinStudioItem> studios) Sets the studios.void
JellyfinItemMetadata.setStudios
(ArrayList<JellyfinStudioItem> studios) Sets the studios associated with the item.void
JellyfinItemUpdate.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.