Module Mal4J

Class MangaStatistics

java.lang.Object
dev.katsute.mal4j.property.Statistics
dev.katsute.mal4j.manga.property.MangaStatistics

@Deprecated public abstract class MangaStatistics extends Statistics
Deprecated.
Does not exist in the API currently
Represents Manga statistics.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
  • Constructor Details

    • MangaStatistics

      public MangaStatistics()
      Deprecated.
  • Method Details

    • getReading

      public abstract Integer getReading()
      Deprecated.
      Returns the total users reading.
      Returns:
      total users reading
      Since:
      1.0.0
    • getCompleted

      public abstract Integer getCompleted()
      Deprecated.
      Returns the total users completed.
      Returns:
      total users completed
      Since:
      1.0.0
    • getOnHold

      public abstract Integer getOnHold()
      Deprecated.
      Returns the total users on hold.
      Returns:
      total users on hold
      Since:
      1.0.0
    • getDropped

      public abstract Integer getDropped()
      Deprecated.
      Returns the total users dropped.
      Returns:
      total users dropped
      Since:
      1.0.0
    • getPlanToRead

      public abstract Integer getPlanToRead()
      Deprecated.
      Returns the total users planning to read.
      Returns:
      total users planning to read
      Since:
      1.0.0