Uses of Record Class
dev.reuss.tmdb.domain.search.model.tv.SearchTvShow
Packages that use SearchTvShow
-
Uses of SearchTvShow in dev.reuss.tmdb.domain.search.model.tv
Methods in dev.reuss.tmdb.domain.search.model.tv that return types with arguments of type SearchTvShowModifier and TypeMethodDescriptionSearchTvShowResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.tv with type arguments of type SearchTvShowModifierConstructorDescriptionSearchTvShowResponse(int page, List<SearchTvShow> results, int totalPages, int totalResults) Creates an instance of aSearchTvShowResponserecord class.