Uses of Class
com.amilesend.tmdb.client.model.type.ProductionCompany
Packages that use ProductionCompany
Package
Description
-
Uses of ProductionCompany in com.amilesend.tmdb.client.model.movie.type
Methods in com.amilesend.tmdb.client.model.movie.type that return types with arguments of type ProductionCompanyModifier and TypeMethodDescriptionMovieDetails.getProductionCompanies()The list of associated production companies.Method parameters in com.amilesend.tmdb.client.model.movie.type with type arguments of type ProductionCompanyModifier and TypeMethodDescriptionMovieDetails.MovieDetailsBuilder.productionCompanies(List<ProductionCompany> productionCompanies) The list of associated production companies. -
Uses of ProductionCompany in com.amilesend.tmdb.client.model.tv.series
Methods in com.amilesend.tmdb.client.model.tv.series that return types with arguments of type ProductionCompanyModifier and TypeMethodDescriptionGetSeriesDetailsResponse.getProductionCompanies()List of production companies associated with the TV series.Method parameters in com.amilesend.tmdb.client.model.tv.series with type arguments of type ProductionCompanyModifier and TypeMethodDescriptionGetSeriesDetailsResponse.GetSeriesDetailsResponseBuilder.productionCompanies(List<ProductionCompany> productionCompanies) List of production companies associated with the TV series. -
Uses of ProductionCompany in com.amilesend.tmdb.client.model.type
Classes in com.amilesend.tmdb.client.model.type with type parameters of type ProductionCompanyModifier and TypeClassDescriptionstatic classProductionCompany.ProductionCompanyBuilder<C extends ProductionCompany,B extends ProductionCompany.ProductionCompanyBuilder<C, B>> Subclasses with type arguments of type ProductionCompany in com.amilesend.tmdb.client.model.typeModifier and TypeClassDescriptionclassDescribes a production company.static classProductionCompany.ProductionCompanyBuilder<C extends ProductionCompany,B extends ProductionCompany.ProductionCompanyBuilder<C, B>>