Class JellyfinReportGenresStructure

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

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

    • JellyfinReportGenresStructure

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