Class JellyfinReportPeopleStructure

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

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

    • JellyfinReportPeopleStructure

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