Class JellyfinReportStudiosStructure

All Implemented Interfaces:
Serializable, Cloneable, Iterable<JellyfinReportStudiosItem>, Collection<JellyfinReportStudiosItem>, List<JellyfinReportStudiosItem>, RandomAccess, SequencedCollection<JellyfinReportStudiosItem>

public class JellyfinReportStudiosStructure extends ArrayList<JellyfinReportStudiosItem>
The JellyfinReportStudiosStructure class extends the ArrayList class and is used to represent a list of studios in a report. This class contains a list of JellyfinReportStudiosItem objects, each representing a studio in a report. It provides methods to add, remove, and retrieve studios from the list.
Author:
Cesar Bianchi
See Also:
  • Constructor Details

    • JellyfinReportStudiosStructure

      public JellyfinReportStudiosStructure()
      Constructor for the JellyfinReportStudiosStructure class. This is a no-argument constructor that initializes a new instance of the JellyfinReportStudiosStructure class. It doesn't perform any specific actions.
      Since:
      1.0