Class MovieCollection
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, MovieCollection>
com.amilesend.tmdb.client.model.NamedResource<Integer, MovieCollection>
com.amilesend.tmdb.client.model.movie.type.MovieCollection
Describes a movie collection.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMovieCollection.MovieCollectionBuilder<C extends MovieCollection, B extends MovieCollection.MovieCollectionBuilder<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 MovieCollection.MovieCollectionBuilder<?, ?> builder()The path to the backdrop image.The path to the post image.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getPosterPath
The path to the post image. -
getBackdropPath
The path to the backdrop image. -
toString
- Overrides:
toStringin classNamedResource<Integer, MovieCollection>
-