public class TmdbCollections extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbCollections(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Artwork> |
getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
|
CollectionInfo |
getCollectionInfo(int collectionId,
String language)
This method is used to retrieve all of the basic information about a
movie collection.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic CollectionInfo getCollectionInfo(int collectionId, String language) throws MovieDbException
collectionId - language - MovieDbExceptionpublic ResultList<Artwork> getCollectionImages(int collectionId, String language) throws MovieDbException
collectionId - language - MovieDbExceptionCopyright © 2012–2017. All rights reserved.