Uses of Record Class
dev.reuss.tmdb.domain.search.model.multi.SearchMultiResult
Packages that use SearchMultiResult
-
Uses of SearchMultiResult in dev.reuss.tmdb.domain.search.model.multi
Methods in dev.reuss.tmdb.domain.search.model.multi that return types with arguments of type SearchMultiResultModifier and TypeMethodDescriptionSearchMultiResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.multi with type arguments of type SearchMultiResultModifierConstructorDescriptionSearchMultiResponse(int page, List<SearchMultiResult> results, int totalPages, int totalResults) Creates an instance of aSearchMultiResponserecord class.