Uses of Class
com.amilesend.tmdb.client.model.type.ProductionCountry
Packages that use ProductionCountry
Package
Description
-
Uses of ProductionCountry in com.amilesend.tmdb.client.model.movie.type
Methods in com.amilesend.tmdb.client.model.movie.type that return types with arguments of type ProductionCountryModifier and TypeMethodDescriptionMovieDetails.getProductionCountries()The list of countries that the movie was produced in.Method parameters in com.amilesend.tmdb.client.model.movie.type with type arguments of type ProductionCountryModifier and TypeMethodDescriptionMovieDetails.MovieDetailsBuilder.productionCountries(List<ProductionCountry> productionCountries) The list of countries that the movie was produced in. -
Uses of ProductionCountry in com.amilesend.tmdb.client.model.tv.series
Methods in com.amilesend.tmdb.client.model.tv.series that return types with arguments of type ProductionCountryModifier and TypeMethodDescriptionGetSeriesDetailsResponse.getProductionCountries()List of production countries associated with the TV series.Method parameters in com.amilesend.tmdb.client.model.tv.series with type arguments of type ProductionCountryModifier and TypeMethodDescriptionGetSeriesDetailsResponse.GetSeriesDetailsResponseBuilder.productionCountries(List<ProductionCountry> productionCountries) List of production countries associated with the TV series. -
Uses of ProductionCountry in com.amilesend.tmdb.client.model.type
Methods in com.amilesend.tmdb.client.model.type that return ProductionCountry