Module Mal4J

Interface Ranking

All Known Implementing Classes:
AnimeRanking, MangaRanking

public interface Ranking
Indicates that the object has a ranking.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the item's previous ranking.
    The item's current ranking.
  • Method Details

    • getRanking

      Integer getRanking()
      The item's current ranking.
      Returns:
      ranking
      Since:
      1.0.0
      See Also:
    • getPreviousRank

      Integer getPreviousRank()
      Returns the item's previous ranking.
      Returns:
      previous ranking
      Since:
      1.0.0
      See Also: