Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.ImageQueryParameter
-
Packages that use ImageQueryParameter 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 ImageQueryParameter in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type ImageQueryParameter Modifier and Type Method Description APIResponse<List<ImageQueryParameter>>
TheTVDBApi.Extended. getAvailableImageQueryParameters(long seriesId)
Returns a response object containing a list of valid parameters for querying a series images, mapped as Java DTO.List<ImageQueryParameter>
TheTVDBApi. getAvailableImageQueryParameters(long seriesId)
Returns a list of valid parameters for querying a series images, mapped as Java DTO. -
Uses of ImageQueryParameter in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return types with arguments of type ImageQueryParameter Modifier and Type Method Description List<ImageQueryParameter>
TheTVDBApiImpl. getAvailableImageQueryParameters(long seriesId)
-
Uses of ImageQueryParameter in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement ImageQueryParameter Modifier and Type Class Description class
ImageQueryParameterDTO
DTO implementation of theImageQueryParameter
interface -
Uses of ImageQueryParameter in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type ImageQueryParameter Modifier and Type Method Description static APIResponse<List<ImageQueryParameter>>
JsonDeserializer. mapImageQueryParameters(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual parameters returned by the API route responsible for providing a list of available image query parameters.
-