Class CollectionPart
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, CollectionPart>
com.amilesend.tmdb.client.model.collection.type.CollectionPart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCollectionPart.CollectionPartBuilder<C extends CollectionPart, B extends CollectionPart.CollectionPartBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionPart.CollectionPartBuilder<?, ?> builder()getAdult()Adult flag indicator.Path to backdrop image.List of applicable genre identifiers.The type of media.The original content language.The original content title.The content summary.Popularity rating.Path to the poster image.The release date.getTitle()The title.getVideo()Video flag indicator.The user vote rating.Total number of votes.toString()
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
Path to backdrop image. -
getTitle
The title. -
getOriginalLanguage
The original content language. -
getOriginalTitle
The original content title. -
getOverview
The content summary. -
getPosterPath
Path to the poster image. -
getMediaType
The type of media. -
getGenreIds
-
getPopularity
Popularity rating. -
getReleaseDate
The release date. -
getVideo
Video flag indicator. -
getVoteAverage
The user vote rating. -
getVoteCount
Total number of votes. -
toString
- Overrides:
toStringin classResource<Integer, CollectionPart>
-