Uses of Class
com.lariflix.jemm.dtos.JellyfinUser
Packages that use JellyfinUser
-
Uses of JellyfinUser in com.lariflix.jemm.core
Methods in com.lariflix.jemm.core that return JellyfinUserModifier and TypeMethodDescriptionConnectJellyfinAPI.getAdminUser()
Retrieves the admin user from the Jellyfin server. -
Uses of JellyfinUser in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos declared as JellyfinUserMethods in com.lariflix.jemm.dtos that return JellyfinUserMethods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinUserMethods in com.lariflix.jemm.dtos with parameters of type JellyfinUserModifier and TypeMethodDescriptionvoid
JellyfinInstanceDetails.setAdminUser
(JellyfinUser adminUser) Sets the admin user.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinUserModifier and TypeMethodDescriptionvoid
JellyfinUsers.setUsers
(List<JellyfinUser> Users) Sets the list of Jellyfin users.