Class JellyfinUsers

java.lang.Object
com.lariflix.jemm.dtos.JellyfinUsers

public class JellyfinUsers extends Object
This class represents the users in Jellyfin.
Since:
1.0
Author:
Cesar Bianchi
See Also:
  • Constructor Details

    • JellyfinUsers

      public JellyfinUsers()
      Constructor for the JellyfinUsers class.
      Since:
      1.0
  • Method Details

    • getUsers

      public List<JellyfinUser> getUsers()
      Returns the list of Jellyfin users.
      Returns:
      The list of Jellyfin users.
      Since:
      1.0
    • setUsers

      public void setUsers(List<JellyfinUser> Users)
      Sets the list of Jellyfin users.
      Parameters:
      Users - The new list of Jellyfin users.
      Since:
      1.0