Class Media
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,Media>
com.amilesend.tmdb.client.model.NamedResource<Integer,Media>
com.amilesend.tmdb.client.model.credit.type.Media
Describes media being credited.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMedia.MediaBuilder<C extends Media,B extends Media.MediaBuilder<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 TypeMethodDescriptionstatic Media.MediaBuilder<?, ?> builder()getAdult()Adult flag indicator.The backdrop image path.The character.The first air date.The list of associated genre identifiers.The media type.The original content language.The original content name.The list of origin countries.The content summary.The popularity rating.The poster image path.The list of seasons.The user vote rating.The user vote count.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
The backdrop image path. -
getOriginalLanguage
The original content language. -
getOriginalName
The original content name. -
getOverview
The content summary. -
getPosterPath
The poster image path. -
getMediaType
The media type. -
getGenreIds
The list of associated genre identifiers. -
getPopularity
The popularity rating. -
getFirstAirDate
The first air date. -
getVoteAverage
The user vote rating. -
getVoteCount
The user vote count. -
getOriginCountry
The list of origin countries. -
getCharacter
The character. -
getSeasons
The list of seasons. -
toString
- Overrides:
toStringin classNamedResource<Integer,Media>
-