Class GetSeriesDetailsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,GetSeriesDetailsResponse>
com.amilesend.tmdb.client.model.NamedResource<Integer,GetSeriesDetailsResponse>
com.amilesend.tmdb.client.model.tv.series.GetSeriesDetailsResponse
Describes a TV series.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetSeriesDetailsResponse.GetSeriesDetailsResponseBuilder<C extends GetSeriesDetailsResponse,
B extends GetSeriesDetailsResponse.GetSeriesDetailsResponseBuilder<C, B>> Nested classes/interfaces inherited from class com.amilesend.tmdb.client.model.NamedResource
NamedResource.NamedResourceBuilder<K,
T extends NamedResource, C extends NamedResource<K, T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getAdult()
Adult content flag indicator.Relative path to the backdrop image.Lies of credits for the TV series creation.The list of episode runtimes (in minutes).The first air date of the TV series.The list of applicable genres.The TV series homepage.Flag to indicate if the series is still in production.List of applicable languages.The last air date of the latest episode for the series.Describes the last aired episode.List of networks that the TV series is aired on.Describes the next episode to air.Total number of episodes.Total number of seasons.The original language of the TV series.The original name of the TV series.List of countries that the TV series was produced in.The series overview description.The popularity weight.The relative path to the TV series poster image.List of production companies associated with the TV series.List of production countries associated with the TV series.List of seasons for the series.List of spoken languages for the series.The series' current status.The series tagline.getType()
The type of series.The average vote value.The total number of votes for the series.toString()
Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult content flag indicator. -
getBackdropPath
Relative path to the backdrop image. -
getCreatedBy
Lies of credits for the TV series creation. -
getEpisodeRunTime
The list of episode runtimes (in minutes). -
getFirstAirDate
The first air date of the TV series. -
getGenres
The list of applicable genres. -
getHomepage
The TV series homepage. -
getInProduction
Flag to indicate if the series is still in production. -
getLanguages
List of applicable languages. -
getLastAirDate
The last air date of the latest episode for the series. -
getLastEpisodeToAir
Describes the last aired episode. -
getNextEpisodeToAir
Describes the next episode to air. -
getNetworks
List of networks that the TV series is aired on. -
getNumberOfEpisodes
Total number of episodes. -
getNumberOfSeasons
Total number of seasons. -
getOriginCountry
List of countries that the TV series was produced in. -
getOriginalLanguage
The original language of the TV series. -
getOriginalName
The original name of the TV series. -
getOverview
The series overview description. -
getPopularity
The popularity weight. -
getPosterPath
The relative path to the TV series poster image. -
getProductionCompanies
List of production companies associated with the TV series. -
getProductionCountries
List of production countries associated with the TV series. -
getSeasons
List of seasons for the series. -
getSpokenLanguages
List of spoken languages for the series. -
getStatus
The series' current status. -
getTagline
The series tagline. -
getType
The type of series. -
getVoteAverage
The average vote value. -
getVoteCount
The total number of votes for the series. -
toString
- Overrides:
toString
in classNamedResource<Integer,
GetSeriesDetailsResponse>
-