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 TypeClassDescriptionclass
The request to fetch media information based on its associated IMDB identifier.class
Request to fetch media information based on the title.class
Request 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 TypeInterfaceDescriptioninterface
Defines a request that is specific to the movie media type.Classes in com.amilesend.omdb.client.model.movie that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to fetch movie information by its associates IMDB identifier.class
The request to fetch movie information by its title.class
Defines 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 TypeInterfaceDescriptioninterface
Defines a request that is specific to the TV episode media type.interface
Defines a request that is specific to the TV season media type.interface
Defines a request that is specific to the TV series media type.Classes in com.amilesend.omdb.client.model.tv that implement QueryParameterBasedRequestModifier and TypeClassDescriptionclass
The request to fetch TV episode information by its associates IMDB identifier.class
The request to fetch TV episode information by its title.class
The request to fetch TV season information by its associates IMDB identifier.class
The request to fetch TV season information by its title.class
The request to fetch TV series information by its associates IMDB identifier.class
The request to fetch TV series information by its series name.class
Defines the request to search for TV series.