Uses of Record Class
dev.reuss.tmdb.domain.tv.series.model.TvSeriesRecommendation
Packages that use TvSeriesRecommendation
-
Uses of TvSeriesRecommendation in dev.reuss.tmdb.domain.tv.series.model
Methods in dev.reuss.tmdb.domain.tv.series.model that return types with arguments of type TvSeriesRecommendationModifier and TypeMethodDescriptionTvSeriesRecommendations.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.tv.series.model with type arguments of type TvSeriesRecommendationModifierConstructorDescriptionTvSeriesRecommendations(int page, List<TvSeriesRecommendation> results, int totalPages, int totalResults) Creates an instance of aTvSeriesRecommendationsrecord class.