| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie |
| Modifier and Type | Method and Description |
|---|---|
Review |
TheMovieDbApi.getReviews(String reviewId) |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Review> |
TheMovieDbApi.getMovieReviews(int movieId,
Integer page,
String language)
Get the reviews for a particular movie id.
|
| Modifier and Type | Method and Description |
|---|---|
Review |
TmdbReviews.getReview(String reviewId)
Get the full details of a review by ID.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Review> |
TmdbMovies.getMovieReviews(int movieId,
Integer page,
String language)
Get the reviews for a particular movie id.
|
| Modifier and Type | Method and Description |
|---|---|
List<Review> |
MovieInfo.getReviews() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieInfo.setReviews(WrapperGenericList<Review> reviews) |
Copyright © 2012–2017. All rights reserved.