Uses of Record Class
dev.reuss.tmdb.domain.search.model.company.SearchCompany
Packages that use SearchCompany
-
Uses of SearchCompany in dev.reuss.tmdb.domain.search.model.company
Methods in dev.reuss.tmdb.domain.search.model.company that return types with arguments of type SearchCompanyModifier and TypeMethodDescriptionSearchCompanyResponse.results()Returns the value of theresultsrecord component.Constructor parameters in dev.reuss.tmdb.domain.search.model.company with type arguments of type SearchCompanyModifierConstructorDescriptionSearchCompanyResponse(int page, List<SearchCompany> results, int totalPages, int totalResults) Creates an instance of aSearchCompanyResponserecord class.