Uses of Record Class
dev.reuss.tmdb.domain.trending.model.TrendingAllResult
Packages that use TrendingAllResult
-
Uses of TrendingAllResult in dev.reuss.tmdb.domain.trending.model
Methods in dev.reuss.tmdb.domain.trending.model that return types with arguments of type TrendingAllResultModifier and TypeMethodDescriptionTrendingAllResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.trending.model with type arguments of type TrendingAllResultModifierConstructorDescriptionTrendingAllResponse(int page, List<TrendingAllResult> results, int totalPages, int totalResults) Creates an instance of aTrendingAllResponserecord class.