Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Movie
-
Packages that use Movie Package Description com.github.m0nk3y2k4.thetvdb.api Defines the public sources of this APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public APIcom.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data Defines the internal implementation of the public DTO's for the various remote routescom.github.m0nk3y2k4.thetvdb.internal.util.json Defines general functionality for processing JSON data -
-
Uses of Movie in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return Movie Modifier and Type Method Description Movie
TheTVDBApi. getMovie(long movieId)
Returns detailed information for a specific movie mapped as Java DTO.Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type Movie Modifier and Type Method Description APIResponse<Movie>
TheTVDBApi.Extended. getMovie(long movieId)
Returns a response object containing detailed information for a specific movie mapped as Java DTO. -
Uses of Movie in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return Movie Modifier and Type Method Description Movie
TheTVDBApiImpl. getMovie(long movieId)
-
Uses of Movie in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Movie Modifier and Type Class Description class
MovieDTO
DTO implementation of theMovie
interface -
Uses of Movie in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type Movie Modifier and Type Method Description static APIResponse<Movie>
JsonDeserializer. mapMovie(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual movie data returned by the movies route.
-