Module Mal4J

Class Broadcast

java.lang.Object
dev.katsute.mal4j.anime.property.Broadcast

public abstract class Broadcast extends Object
Represents the broadcast time of an Anime.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • Broadcast

      public Broadcast()
  • Method Details

    • getDayOfWeek

      public abstract DayOfWeek getDayOfWeek()
      The day of the week that the Anime will broadcast on (JST).
      Returns:
      day of the week
      Since:
      1.0.0
      See Also:
    • getStartTime

      public abstract Time getStartTime()
      The time that the Anime will broadcast at (JST).
      Returns:
      broadcast time
      Since:
      1.0.0
      See Also: