Uses of Class
com.amilesend.tmdb.client.model.tv.seasons.type.AggregateCastCredit
Packages that use AggregateCastCredit
Package
Description
-
Uses of AggregateCastCredit in com.amilesend.tmdb.client.model.tv.seasons
Methods in com.amilesend.tmdb.client.model.tv.seasons that return types with arguments of type AggregateCastCreditModifier and TypeMethodDescriptionGetAggregateCreditsResponse.getCast()The list of cast credits for the season.Method parameters in com.amilesend.tmdb.client.model.tv.seasons with type arguments of type AggregateCastCreditModifier and TypeMethodDescriptionGetAggregateCreditsResponse.GetAggregateCreditsResponseBuilder.cast(List<AggregateCastCredit> cast) The list of cast credits for the season. -
Uses of AggregateCastCredit in com.amilesend.tmdb.client.model.tv.seasons.type
Classes in com.amilesend.tmdb.client.model.tv.seasons.type with type parameters of type AggregateCastCreditModifier and TypeClassDescriptionstatic classAggregateCastCredit.AggregateCastCreditBuilder<C extends AggregateCastCredit, B extends AggregateCastCredit.AggregateCastCreditBuilder<C,B>> -
Uses of AggregateCastCredit in com.amilesend.tmdb.client.model.tv.series
Methods in com.amilesend.tmdb.client.model.tv.series that return types with arguments of type AggregateCastCreditModifier and TypeMethodDescriptionGetAggregateCreditsResponse.getCast()The list of cast credits for the season.Method parameters in com.amilesend.tmdb.client.model.tv.series with type arguments of type AggregateCastCreditModifier and TypeMethodDescriptionGetAggregateCreditsResponse.GetAggregateCreditsResponseBuilder.cast(List<AggregateCastCredit> cast) The list of cast credits for the season.