Module Mal4J

Class AnimeListUpdate


public abstract class AnimeListUpdate extends ListUpdate<AnimeListUpdate,AnimeListStatus,AnimeStatus>
Since:
1.0.0
Version:
2.9.0
Author:
Katsute
See Also:
  • Constructor Details

  • Method Details

    • rewatching

      public final AnimeListUpdate rewatching(boolean rewatching)
      Sets the rewatching status.
      Parameters:
      rewatching - rewatching
      Returns:
      list update
      Since:
      1.0.0
    • episodesWatched

      public final AnimeListUpdate episodesWatched(int watchedEpisodes)
      Sets the episodes watched.
      Parameters:
      watchedEpisodes - watched episodes
      Returns:
      list update
      Since:
      1.0.0
    • timesRewatched

      public final AnimeListUpdate timesRewatched(int timesRewatched)
      Sets the times rewatched.
      Parameters:
      timesRewatched - times rewatched
      Returns:
      list updateB
      Since:
      1.0.0
    • rewatchValue

      public final AnimeListUpdate rewatchValue(RewatchValue rewatchValue)
      Sets the rewatch value.
      Parameters:
      rewatchValue - rewatch value
      Returns:
      list update
      Since:
      1.0.0
      See Also:
    • rewatchValue

      public final AnimeListUpdate rewatchValue(Integer rewatchValue)
      Sets the rewatch value.
      It is recommended to use rewatchValue(RewatchValue) rather than this method. This method should only be used if the rewatch value is missing from RewatchValue.
      Parameters:
      rewatchValue - raw rewatch value
      Returns:
      list update
      Since:
      2.9.0
      See Also: