Class Season
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<Season,ResourceLink>
com.amilesend.tvmaze.client.model.Season
Describes a TV show season.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Season.SeasonBuilder<C extends Season,
B extends Season.SeasonBuilder<C, B>> -
Field Summary
Fields inherited from class com.amilesend.tvmaze.client.model.Resource
SELF_RESOURCE_LINK_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionstatic Season.SeasonBuilder
<?, ?> builder()
The date tha tthe season finished airing.int
The number of episodes ordered for the season.getImage()
The associated image content.getName()
The season name.The associated distribution network.int
The season number.The date that the season initially aired.getUrl()
The associated TVMaze website URL.toString()
-
Method Details
-
builder
-
getUrl
The associated TVMaze website URL. -
getNumber
public int getNumber()The season number. -
getName
The season name. -
getEpisodeOrder
public int getEpisodeOrder()The number of episodes ordered for the season. -
getPremiereDate
The date that the season initially aired. -
getEndDate
The date tha tthe season finished airing. -
getNetwork
The associated distribution network. -
getImage
The associated image content. -
toString
- Overrides:
toString
in classResource<Season,
ResourceLink>
-