Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.model.data.ImageSummary
-
Packages that use ImageSummary 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 ImageSummary in com.github.m0nk3y2k4.thetvdb.api
Methods in com.github.m0nk3y2k4.thetvdb.api that return ImageSummary Modifier and Type Method Description ImageSummary
TheTVDBApi. getSeriesImagesSummary(long seriesId)
Returns a summary of the images types and counts available for a particular series, mapped as Java DTO.Methods in com.github.m0nk3y2k4.thetvdb.api that return types with arguments of type ImageSummary Modifier and Type Method Description APIResponse<ImageSummary>
TheTVDBApi.Extended. getSeriesImagesSummary(long seriesId)
Returns a response object containing a summary of the images types and counts available for a particular series, mapped as Java DTO. -
Uses of ImageSummary in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Methods in com.github.m0nk3y2k4.thetvdb.internal.api.impl that return ImageSummary Modifier and Type Method Description ImageSummary
TheTVDBApiImpl. getSeriesImagesSummary(long seriesId)
-
Uses of ImageSummary in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data that implement ImageSummary Modifier and Type Class Description class
ImageSummaryDTO
DTO implementation of theImageSummary
interface -
Uses of ImageSummary in com.github.m0nk3y2k4.thetvdb.internal.util.json
Methods in com.github.m0nk3y2k4.thetvdb.internal.util.json that return types with arguments of type ImageSummary Modifier and Type Method Description static APIResponse<ImageSummary>
JsonDeserializer. mapSeriesImageSummary(com.fasterxml.jackson.databind.JsonNode json)
Maps the actual summary data returned by the series images route.
-