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