Class SearchApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.SearchApi
TMDB Search API.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchApi(com.amilesend.client.connection.Connection connection) Creates a newSearchApiobject. -
Method Summary
Modifier and TypeMethodDescriptionsearchCollections(@NonNull SearchCollectionsRequest request) Search for collections by their alternative, original, and translated names.searchCompanies(@NonNull SearchCompaniesRequest request) Search for companies by their original and alternative names.searchKeywords(@NonNull SearchKeywordsRequest request) Search for keywords by name.searchMovies(@NonNull SearchMoviesRequest request) Search for movies by their alternative, original, and translated titles.searchMulti(@NonNull SearchMultiRequest request) Search for people, movies, and TV shows.searchPeople(@NonNull SearchPeopleRequest request) Search for people by the name and aliases.searchTv(@NonNull SearchTvRequest request) Search for TV shows by their original, translated, and aka names.Methods inherited from class ApiBase
getConnection
-
Constructor Details
-
SearchApi
public SearchApi(com.amilesend.client.connection.Connection connection) Creates a newSearchApiobject.- Parameters:
connection- the connection
-
-
Method Details
-
searchCollections
Search for collections by their alternative, original, and translated names.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchCompanies
Search for companies by their original and alternative names.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchKeywords
Search for keywords by name.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchMovies
Search for movies by their alternative, original, and translated titles.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchMulti
Search for people, movies, and TV shows.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchPeople
Search for people by the name and aliases.- Parameters:
request- the request- Returns:
- the response
- See Also:
-
searchTv
Search for TV shows by their original, translated, and aka names.- Parameters:
request- the request- Returns:
- the response
- See Also:
-