Class Media
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,Media>
com.amilesend.tmdb.client.model.people.lists.type.Media
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMedia.MediaBuilder<C extends Media, B extends Media.MediaBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic Media.MediaBuilder<?, ?> builder()getAdult()Adult flag indicator.The backdrop image path.The list of associated genre identifiers.The type of media (e.g., movie, tv, etc.).The original content language.The original content title.The content summary.The poster image path.The media release date.getTitle()The title/name.getVideo()Flag indicator if the media is a video.The user vote rating.The user vote count.toString()
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
The backdrop image path. -
getGenreIds
-
getMediaType
The type of media (e.g., movie, tv, etc.). -
getOriginalLanguage
The original content language. -
getOriginalTitle
The original content title. -
getOverview
The content summary. -
getPosterPath
The poster image path. -
getReleaseDate
The media release date. -
getTitle
The title/name. -
getVideo
Flag indicator if the media is a video. -
getVoteAverage
The user vote rating. -
getVoteCount
The user vote count. -
toString
-