|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchType | |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model | |
| Uses of SearchType in com.omertron.themoviedbapi |
|---|
| Methods in com.omertron.themoviedbapi with parameters of type SearchType | |
|---|---|
TmdbResultsList<TVSeriesBasic> |
TheMovieDbApi.searchTv(String name,
int searchYear,
String language,
SearchType searchType,
int page)
Search for TV shows by title. |
| Uses of SearchType in com.omertron.themoviedbapi.methods |
|---|
| Methods in com.omertron.themoviedbapi.methods with parameters of type SearchType | |
|---|---|
TmdbResultsList<TVSeriesBasic> |
TV.searchTv(String name,
int searchYear,
String language,
SearchType searchType,
int page)
Search for TV shows by title. |
| Uses of SearchType in com.omertron.themoviedbapi.model |
|---|
| Methods in com.omertron.themoviedbapi.model that return SearchType | |
|---|---|
static SearchType |
SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearchType[] |
SearchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||