Class GetCollectionDetailsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, GetCollectionDetailsResponse>
com.amilesend.tmdb.client.model.NamedResource<Integer, GetCollectionDetailsResponse>
com.amilesend.tmdb.client.model.collection.GetCollectionDetailsResponse
public class GetCollectionDetailsResponse
extends NamedResource<Integer, GetCollectionDetailsResponse>
A collection details response.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetCollectionDetailsResponse.GetCollectionDetailsResponseBuilder<C extends GetCollectionDetailsResponse, B extends GetCollectionDetailsResponse.GetCollectionDetailsResponseBuilder<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
Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getOverview
The collection summary. -
getPosterPath
The path to the poster image. -
getBackdropPath
The path to the backdrop image. -
getParts
List of parts. -
toString
- Overrides:
toString
in classNamedResource<Integer, GetCollectionDetailsResponse>
-