Class Season.SeasonBuilder
java.lang.Object
com.amilesend.omdb.client.model.tv.type.Season.SeasonBuilder
- Enclosing class:
Season
-
Method Summary
Modifier and TypeMethodDescriptionbuild()episodes(List<SeasonEpisode> episodes) The list of episodes for the season.The season number.The TV series name.toString()totalSeasons(String totalSeasons) The total number of seasons.
-
Method Details
-
title
-
season
-
totalSeasons
The total number of seasons.- Returns:
this.
-
episodes
The list of episodes for the season.- Returns:
this.
-
build
-
toString
-