Module Mal4J

Interface MangaRetrievable

All Known Implementing Classes:
MangaListStatus, MangaRanking, MangaRecommendation, RelatedManga

public interface MangaRetrievable
Indicates that a Manga can be retrieved from the object.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Manga.
  • Method Details

    • getManga

      Manga getManga()
      Returns the Manga. Note that this calls the API each time, it's suggested that you save this to a variable to prevent constantly calling the API.
      Returns:
      Manga
      Since:
      1.0.0
      See Also: