Class Season


public class Season extends NamedResource<Integer,Season>
The media season that is being credited for.
See Also:
  • Method Details

    • builder

      public static Season.SeasonBuilder<?,?> builder()
    • getAirDate

      public LocalDate getAirDate()
      The air date of the TV season.
    • getEpisodeCount

      public Integer getEpisodeCount()
      The number of episodes in the season.
    • getOverview

      public String getOverview()
      The season summary.
    • getPosterPath

      public String getPosterPath()
      The season poster image page.
    • getSeasonNumber

      public Integer getSeasonNumber()
      The season number.
    • getShowId

      public Integer getShowId()
      The associated show identifier.
    • toString

      public String toString()
      Overrides:
      toString in class NamedResource<Integer,Season>