Uses of Record Class
dev.reuss.tmdb.domain.search.model.collection.SearchCollection
Packages that use SearchCollection
-
Uses of SearchCollection in dev.reuss.tmdb.domain.search.model.collection
Methods in dev.reuss.tmdb.domain.search.model.collection that return types with arguments of type SearchCollectionModifier and TypeMethodDescriptionSearchCollectionResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.collection with type arguments of type SearchCollectionModifierConstructorDescriptionSearchCollectionResponse(int page, List<SearchCollection> results, int totalPages, int totalResults) Creates an instance of aSearchCollectionResponserecord class.