Class GetTrendingTvResponse
java.lang.Object
com.amilesend.tmdb.client.model.PaginatedResponseBase<TvSeriesSearchResult>
com.amilesend.tmdb.client.model.trending.GetTrendingTvResponse
The response containing the list of trending TV shows.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetTrendingTvResponse.GetTrendingTvResponseBuilder<C extends GetTrendingTvResponse, B extends GetTrendingTvResponse.GetTrendingTvResponseBuilder<C,
B>> Nested classes/interfaces inherited from class PaginatedResponseBase
PaginatedResponseBase.PaginatedResponseBaseBuilder<T,
C, B> -
Method Summary
Methods inherited from class PaginatedResponseBase
getPage, getResults, getTotalPages, getTotalResults
-
Method Details
-
builder
-
equals
- Overrides:
equals
in classPaginatedResponseBase<TvSeriesSearchResult>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPaginatedResponseBase<TvSeriesSearchResult>
-
toString
- Overrides:
toString
in classPaginatedResponseBase<TvSeriesSearchResult>
-