| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
Company |
TheMovieDbApi.getCompanyInfo(int companyId)
This method is used to retrieve the basic information about a production company on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<Company> |
TheMovieDbApi.searchCompanies(String companyName,
int page)
Search Companies.
|
| Modifier and Type | Method and Description |
|---|---|
Company |
Company.getParentCompany() |
| Modifier and Type | Method and Description |
|---|---|
void |
Company.setParentCompany(Company parentCompany) |
| Modifier and Type | Method and Description |
|---|---|
List<Company> |
WrapperCompany.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperCompany.setResults(List<Company> results) |
Copyright © 2012-2015. All Rights Reserved.