public class TmdbCompanies extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbCompanies(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Company |
getCompanyInfo(int companyId)
This method is used to retrieve the basic information about a production company on TMDb.
|
ResultList<MovieBasic> |
getCompanyMovies(int companyId,
String language,
Integer page)
This method is used to retrieve the movies associated with a company.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic Company getCompanyInfo(int companyId) throws MovieDbException
companyId - MovieDbExceptionpublic ResultList<MovieBasic> getCompanyMovies(int companyId, String language, Integer page) throws MovieDbException
companyId - language - page - MovieDbExceptionCopyright © 2012–2017. All rights reserved.