Uses of Class
com.amilesend.tmdb.client.model.trending.GetTrendingTvResponse
Packages that use GetTrendingTvResponse
-
Uses of GetTrendingTvResponse in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return GetTrendingTvResponseModifier and TypeMethodDescriptionTrendingApi.getTrendingTv
(@NonNull GetTrendingTvRequest request) Gets the list of trending TV shows. -
Uses of GetTrendingTvResponse in com.amilesend.tmdb.client.model.trending
Classes in com.amilesend.tmdb.client.model.trending with type parameters of type GetTrendingTvResponseModifier and TypeClassDescriptionstatic class
GetTrendingTvResponse.GetTrendingTvResponseBuilder<C extends GetTrendingTvResponse,
B extends GetTrendingTvResponse.GetTrendingTvResponseBuilder<C, B>>