Module Mal4J

Interface AnimeRetrievable

All Known Implementing Classes:
AnimeListStatus, Animeography, AnimeRanking, AnimeRecommendation, EndingTheme, OpeningTheme, RelatedAnime, Theme

public interface AnimeRetrievable
Indicates that an Anime 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 Anime.
  • Method Details

    • getAnime

      Anime getAnime()
      Returns the Anime. 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:
      Anime
      Since:
      1.0.0
      See Also: