Uses of Record Class
dev.reuss.tmdb.domain.discover.model.DiscoverTvShow
Packages that use DiscoverTvShow
-
Uses of DiscoverTvShow in dev.reuss.tmdb.domain.discover.model
Methods in dev.reuss.tmdb.domain.discover.model that return types with arguments of type DiscoverTvShowModifier and TypeMethodDescriptionDiscoverTvShowResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.discover.model with type arguments of type DiscoverTvShowModifierConstructorDescriptionDiscoverTvShowResponse(int page, List<DiscoverTvShow> results, int totalPages, int totalResults) Creates an instance of aDiscoverTvShowResponserecord class.