| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.enumeration | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.discover |
| Modifier and Type | Method and Description |
|---|---|
ResultList<MovieBasic> |
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
| Modifier and Type | Method and Description |
|---|---|
static SortBy |
SortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
SortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<MovieBasic> |
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
| Modifier and Type | Method and Description |
|---|---|
Discover |
Discover.sortBy(SortBy sortBy)
Available options are
vote_average.desc vote_average.asc release_date.desc release_date.asc popularity.desc popularity.asc |
Copyright © 2012–2017. All rights reserved.