Class TvSeasonSearchResult
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, TvSeasonSearchResult>
com.amilesend.tmdb.client.model.NamedResource<Integer, TvSeasonSearchResult>
com.amilesend.tmdb.client.model.find.type.TvSeasonSearchResult
- All Implemented Interfaces:
SearchResult
public class TvSeasonSearchResult
extends NamedResource<Integer, TvSeasonSearchResult>
implements SearchResult
Describes a TV season search result.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTvSeasonSearchResult.TvSeasonSearchResultBuilder<C extends TvSeasonSearchResult, B extends TvSeasonSearchResult.TvSeasonSearchResultBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic TvSeasonSearchResult.TvSeasonSearchResultBuilder<?, ?> builder()The season air date.The number of episodes in the season.The media type.The TV season overview.The poster image path.The season number.The associated TV series identifier.The average user vote score.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getOverview
The TV season overview. -
getPosterPath
The poster image path. -
getMediaType
The media type.- Specified by:
getMediaTypein interfaceSearchResult
-
getVoteAverage
The average user vote score. -
getAirDate
The season air date. -
getSeasonNumber
The season number. -
getShowId
The associated TV series identifier. -
getEpisodeCount
The number of episodes in the season. -
toString
- Overrides:
toStringin classNamedResource<Integer, TvSeasonSearchResult>
-