Package com.lariflix.jemm.dtos
Class JellyfinUsers
java.lang.Object
com.lariflix.jemm.dtos.JellyfinUsers
This class represents the users in Jellyfin.
- Since:
- 1.0
- Author:
- Cesar Bianchi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUsers()
Returns the list of Jellyfin users.void
setUsers
(List<JellyfinUser> Users) Sets the list of Jellyfin users.
-
Constructor Details
-
JellyfinUsers
public JellyfinUsers()Constructor for the JellyfinUsers class.- Since:
- 1.0
-
-
Method Details
-
getUsers
Returns the list of Jellyfin users.- Returns:
- The list of Jellyfin users.
- Since:
- 1.0
-
setUsers
Sets the list of Jellyfin users.- Parameters:
Users
- The new list of Jellyfin users.- Since:
- 1.0
-