Uses of Class
com.lariflix.jemm.dtos.JellyfinInstanceDetails
Packages that use JellyfinInstanceDetails
Package
Description
-
Uses of JellyfinInstanceDetails in com.lariflix.jemm
Methods in com.lariflix.jemm that return JellyfinInstanceDetailsModifier and TypeMethodDescriptionstatic JellyfinInstanceDetailsJemm.getInstanceData()Retrieves the instanceData property of the Jemm class. -
Uses of JellyfinInstanceDetails in com.lariflix.jemm.core
Methods in com.lariflix.jemm.core that return JellyfinInstanceDetailsMethods in com.lariflix.jemm.core with parameters of type JellyfinInstanceDetailsModifier and TypeMethodDescriptionintConnectJellyfinAPI.postUpdate(String cFolderID, String cItemID, JellyfinInstanceDetails instanceDetails, JellyfinParameters jemmParameters) Posts an update to a specific item in a specific folder on the Jellyfin server.voidSaveFolder.setInstance(JellyfinInstanceDetails instance) Sets the Jellyfin instance details.Constructors in com.lariflix.jemm.core with parameters of type JellyfinInstanceDetailsModifierConstructorDescriptionSaveFolder(JellyfinInstanceDetails inst, String cFolderID, String IDItem, JellyfinParameters jemmParam, String jellyfinURL, String apiToken) Constructor for the SaveFolder class. -
Uses of JellyfinInstanceDetails in com.lariflix.jemm.csv
Methods in com.lariflix.jemm.csv that return JellyfinInstanceDetailsModifier and TypeMethodDescriptionJellyfinExportMetadata.getInstanceData()Gets the instance data for the Jellyfin instance.JellyfinImportMetadata.getInstanceData()Gets the Jellyfin instance data.Methods in com.lariflix.jemm.csv with parameters of type JellyfinInstanceDetailsModifier and TypeMethodDescriptionvoidJellyfinExportMetadata.setInstanceData(JellyfinInstanceDetails instanceData) Sets the instance data for the Jellyfin instance.voidJellyfinImportMetadata.setInstanceData(JellyfinInstanceDetails instanceData) Sets the Jellyfin instance data.Constructors in com.lariflix.jemm.csv with parameters of type JellyfinInstanceDetailsModifierConstructorDescriptionJellyfinExportMetadata(String cPath, JellyfinInstanceDetails instData) Constructor for the JellyfinExportMetadata class with parameters.JellyfinImportMetadata(String cPath, JellyfinInstanceDetails instData) Constructor for the JellyfinImportMetadata class with parameters. -
Uses of JellyfinInstanceDetails in com.lariflix.jemm.forms
Methods in com.lariflix.jemm.forms with parameters of type JellyfinInstanceDetailsModifier and TypeMethodDescriptionvoidMainWindow.setInstanceData(JellyfinInstanceDetails instData) Sets the instance data and updates the base URL and API token in the ConnectAPI.Constructors in com.lariflix.jemm.forms with parameters of type JellyfinInstanceDetailsModifierConstructorDescriptionLoginWindow(JellyfinInstanceDetails instData) Constructs a new LoginWindow with the given JellyfinInstanceDetails. -
Uses of JellyfinInstanceDetails in com.lariflix.jemm.reports
Methods in com.lariflix.jemm.reports that return JellyfinInstanceDetailsModifier and TypeMethodDescriptionJellyfinReportEngine.getInstanceData()Retrieves the instanceData property of this JellyfinReportEngine.static JellyfinInstanceDetailsJellyfinReportInventory.getInstanceData()Retrieves the instanceData property of the JellyfinReportInventory class.Methods in com.lariflix.jemm.reports with parameters of type JellyfinInstanceDetailsModifier and TypeMethodDescriptionvoidJellyfinReportEngine.setInstanceData(JellyfinInstanceDetails instanceData) Sets the instanceData property of this JellyfinReportEngine.static voidJellyfinReportInventory.setInstanceData(JellyfinInstanceDetails instanceData) Sets the instanceData property of the JellyfinReportInventory class.Constructors in com.lariflix.jemm.reports with parameters of type JellyfinInstanceDetailsModifierConstructorDescriptionJellyfinReportEngine(JellyfinReportTypes rpType, JellyfinInstanceDetails instData) Constructor for the JellyfinReportEngine class.JellyfinReportGenres(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportGenres class.JellyfinReportInventory(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportInventory class.JellyfinReportPeople(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportPeople class.JellyfinReportStudios(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportStudios class.JellyfinReportTags(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportTags class.JellyfinReportYears(JellyfinInstanceDetails instanceData, JellyfinReportTypes rpType) Constructor for the JellyfinReportYears class.