Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.Image
-
Packages that use Image 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 Image in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type Image Modifier and Type Method Description APIResponse<List<Image>>TheTVDBApi.Extended. queryImages(long seriesId, QueryParameters queryParameters)Returns a response object containing the matching result of querying images for a specific series, mapped as Java DTO.List<Image>TheTVDBApi. queryImages(long seriesId, QueryParameters queryParameters)Returns the matching result of querying images for a specific series, mapped as Java DTO.List<Image>TheTVDBApi. queryImages(long seriesId, String keyType, String resolution)Returns all images for a specific series, matching the given parameters, mapped as Java DTO.List<Image>TheTVDBApi. queryImages(long seriesId, String keyType, String resolution, String subKey)Returns all images for a specific series, matching the given parameters, mapped as Java DTO.List<Image>TheTVDBApi. queryImagesByKeyType(long seriesId, String keyType)Returns all images of a specific type for a series, mapped as Java DTO.List<Image>TheTVDBApi. queryImagesByResolution(long seriesId, String resolution)Returns all images of a specific resolution for a series, mapped as Java DTO.List<Image>TheTVDBApi. queryImagesBySubKey(long seriesId, String subKey)Returns all images of a specific sub key for a series, mapped as Java DTO. -
Uses of Image in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return types with arguments of type Image Modifier and Type Method Description List<Image>TheTVDBApiImpl. queryImages(long seriesId, QueryParameters queryParameters)List<Image>TheTVDBApiImpl. queryImages(long seriesId, String keyType, String resolution)List<Image>TheTVDBApiImpl. queryImages(long seriesId, String keyType, String resolution, String subKey)List<Image>TheTVDBApiImpl. queryImagesByKeyType(long seriesId, String keyType)List<Image>TheTVDBApiImpl. queryImagesByResolution(long seriesId, String resolution)List<Image>TheTVDBApiImpl. queryImagesBySubKey(long seriesId, String subKey) -
Uses of Image in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement Image Modifier and Type Class Description classImageDTODTO implementation of theImageinterface -
Uses of Image in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type Image Modifier and Type Method Description static APIResponse<List<Image>>JsonDeserializer. mapImages(com.fasterxml.jackson.databind.JsonNode json)Maps the actual image data returned by the queryable series images route.
-