| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.company |
| 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 |
|---|---|
ResultList<Company> |
TheMovieDbApi.searchCompanies(String query,
Integer page)
Search Companies.
|
| Modifier and Type | Method and Description |
|---|---|
Company |
TmdbCompanies.getCompanyInfo(int companyId)
This method is used to retrieve the basic information about a production company on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Company> |
TmdbSearch.searchCompanies(String query,
Integer page)
Search Companies.
|
| Modifier and Type | Method and Description |
|---|---|
Company |
Company.getParentCompany() |
| Modifier and Type | Method and Description |
|---|---|
void |
Company.setParentCompany(Company parentCompany) |
Copyright © 2012–2017. All rights reserved.