All Classes and Interfaces

Class
Description
Defines a basic GsonParser implementation for single object type.
Wraps a OkHttpClient that manages parsing responses to corresponding POJO types.
 
Defines the exception thrown from Connection.
Describes a TV episode.
 
Describes a failure response type.
 
The request to fetch media information based on its associated IMDB identifier.
 
Request to fetch media information based on the title.
 
Defines a request that is specific to the TV episode media type.
The request to fetch TV episode information by its associates IMDB identifier.
 
The request to fetch TV episode information by its title.
 
Defines a request that is specific to the movie media type.
The request to fetch movie information by its associates IMDB identifier.
 
The request to fetch movie information by its title.
 
Defines a request that is specific to the TV season media type.
The request to fetch TV season information by its associates IMDB identifier.
 
The request to fetch TV season information by its title.
 
Defines a request that is specific to the TV series media type.
The request to fetch TV series information by its associates IMDB identifier.
 
The request to fetch TV series information by its series name.
 
Factory that vends new pre-configured Gson instances.
Defines a parser that deserializes a JSON-formatted source input stream to the defined POJO type.
GSON adapter to format and serializes LocalDate objects.
Defines common attributes for media (i.e., movie, TV series).
 
Defines the supported OMDb media types (i.e., "movie", "series", and "episode").
GSON adapter to format and serializes MediaType enums.
Describes a movie.
 
Utility to configure and build a OkHttpClient with the option of default configuration for this SDK.
The Open Movie Database client.
Defines the OMDb support Plot format options for requests.
Defines a request that contain parameters to be constructed as query parameters in an HTTP request.
The media content rating.
Defines the exception thrown from Connection that is specific to an issue with a request.
Defines the exception thrown from Connection that is specific to an issue with a response.
Defines the exception thrown from Connection that is specific to an issue with parsing a response.
Defines the request to search for movies.
 
Request to search for media information based on the title.
 
The response containing the search results.
 
Describes a media search result.
 
Defines the request to search for TV series.
 
Describes a list of TV episodes for a TV series season.
 
Describes a TV episode.
 
Describes a TV series.
 
GSON adapter to format and serializes String objects.
Defines the exception thrown from Connection when a request is throttled.
Helper class to help parse response attributes.