Uses of Interface
com.amilesend.omdb.client.model.QueryParameterBasedRequest
Packages that use QueryParameterBasedRequest
Package
Description
-
Uses of QueryParameterBasedRequest in com.amilesend.omdb.client.model
Classes in com.amilesend.omdb.client.model that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclassThe request to fetch media information based on its associated IMDB identifier.classRequest to fetch media information based on the title.classRequest to search for media information based on the title. -
Uses of QueryParameterBasedRequest in com.amilesend.omdb.client.model.movie
Subinterfaces of QueryParameterBasedRequest in com.amilesend.omdb.client.model.movieModifier and TypeInterfaceDescriptioninterfaceDefines a request that is specific to the movie media type.Classes in com.amilesend.omdb.client.model.movie that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclassThe request to fetch movie information by its associates IMDB identifier.classThe request to fetch movie information by its title.classDefines the request to search for movies. -
Uses of QueryParameterBasedRequest in com.amilesend.omdb.client.model.tv
Subinterfaces of QueryParameterBasedRequest in com.amilesend.omdb.client.model.tvModifier and TypeInterfaceDescriptioninterfaceDefines a request that is specific to the TV episode media type.interfaceDefines a request that is specific to the TV season media type.interfaceDefines a request that is specific to the TV series media type.Classes in com.amilesend.omdb.client.model.tv that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclassThe request to fetch TV episode information by its associates IMDB identifier.classThe request to fetch TV episode information by its title.classThe request to fetch TV season information by its associates IMDB identifier.classThe request to fetch TV season information by its title.classThe request to fetch TV series information by its associates IMDB identifier.classThe request to fetch TV series information by its series name.classDefines the request to search for TV series.