Uses of Enum
com.lariflix.jemm.utils.JellyfinParameters
Packages that use JellyfinParameters
-
Uses of JellyfinParameters in com.lariflix.jemm.core
Methods in com.lariflix.jemm.core that return JellyfinParametersModifier and TypeMethodDescriptionLoadFolders.getFoldersType()
Retrieves the type of folders that this LoadFolders instance is configured to load.LoadItems.getItemsType()
Retrieves the type of items that this LoadItems instance is configured to load.SaveFolder.getnOpc()
Gets the option number.Methods in com.lariflix.jemm.core with parameters of type JellyfinParametersModifier and TypeMethodDescriptionConnectJellyfinAPI.getFolders
(JellyfinParameters typeOfFolders) Retrieves all folders from the Jellyfin server.int
ConnectJellyfinAPI.postUpdate
(String cFolderID, String cItemID, JellyfinInstanceDetails instanceDetails, JellyfinParameters jemmParameters) Posts an update to a specific item in a specific folder on the Jellyfin server.void
LoadFolders.setFoldersType
(JellyfinParameters foldersType) Sets the type of folders that this LoadFolders instance is configured to load.void
LoadItems.setItemsType
(JellyfinParameters itemsType) Sets the type of items that this LoadItems instance is configured to load.void
SaveFolder.setnOpc
(JellyfinParameters jemmParam) Sets the option number.Constructors in com.lariflix.jemm.core with parameters of type JellyfinParametersModifierConstructorDescriptionLoadFolders
(JellyfinParameters typeOfFolders) Default constructor for the LoadFolders class.LoadFolders
(String jellyfinURL, String apiToken, String cAdminID, JellyfinParameters typeOfFolders) Constructor for the LoadFolders class.LoadItems
(JellyfinParameters typeOfItems) Default constructor for the LoadItems class.LoadItems
(String jellyfinURL, String apiToken, String cAdminID, String cParID, JellyfinParameters typeOfItems) Constructor for the LoadItems class.SaveFolder
(JellyfinInstanceDetails inst, String cFolderID, String IDItem, JellyfinParameters jemmParam, String jellyfinURL, String apiToken) Constructor for the SaveFolder class. -
Uses of JellyfinParameters in com.lariflix.jemm.utils
Methods in com.lariflix.jemm.utils that return JellyfinParametersModifier and TypeMethodDescriptionstatic JellyfinParameters
Returns the enum constant of this type with the specified name.static JellyfinParameters[]
JellyfinParameters.values()
Returns an array containing the constants of this enum type, in the order they are declared.