Module Mal4J

Class MangaListUpdate


public abstract class MangaListUpdate extends ListUpdate<MangaListUpdate,MangaListStatus,MangaStatus>
Since:
1.0.0
Version:
2.9.0
Author:
Katsute
See Also:
  • Constructor Details

  • Method Details

    • rereading

      public final MangaListUpdate rereading(boolean rereading)
      Sets the rereading status.
      Parameters:
      rereading - rereading
      Returns:
      list update
      Since:
      1.0.0
    • volumesRead

      public final MangaListUpdate volumesRead(int volumesRead)
      Sets the volumes read.
      Parameters:
      volumesRead - volumes read
      Returns:
      list update
      Since:
      1.0.0
    • chaptersRead

      public final MangaListUpdate chaptersRead(int chaptersRead)
      Sets the chapters read.
      Parameters:
      chaptersRead - chapters read
      Returns:
      list update
      Since:
      1.0.0
    • timesReread

      public final MangaListUpdate timesReread(int timesReread)
      Sets the times reread.
      Parameters:
      timesReread - times reread
      Returns:
      list update
      Since:
      1.0.0
    • rereadValue

      public final MangaListUpdate rereadValue(RereadValue rereadValue)
      Sets the reread value.
      Parameters:
      rereadValue - reread value
      Returns:
      list update
      Since:
      1.0.0
      See Also:
    • rereadValue

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