Module Mal4J

Class MangaPreview

java.lang.Object
dev.katsute.mal4j.manga.MangaPreview
All Implemented Interfaces:
ID, MediaItem<MangaType,MangaPublishStatus,MangaListStatus>
Direct Known Subclasses:
Manga

public abstract class MangaPreview extends Object implements MediaItem<MangaType,MangaPublishStatus,MangaListStatus>
Since:
1.0.0
Version:
2.12.0
Author:
Katsute
See Also:
  • Constructor Details

    • MangaPreview

      public MangaPreview()
  • Method Details

    • getVolumes

      public abstract Integer getVolumes()
      Returns the total amount of volumes.
      Returns:
      total volumes
      Since:
      1.0.0
      See Also:
    • getChapters

      public abstract Integer getChapters()
      Returns the total amount of chapters.
      Returns:
      total chapters
      Since:
      1.0.0
      See Also:
    • getAuthors

      public abstract Author[] getAuthors()
      Returns the authors.
      Returns:
      Manga authors
      Since:
      1.0.0
      See Also: