Uses of Class
com.amilesend.tmdb.client.model.type.CastCredit
Packages that use CastCredit
Package
Description
-
Uses of CastCredit in com.amilesend.tmdb.client.model.movie
Methods in com.amilesend.tmdb.client.model.movie that return types with arguments of type CastCreditMethod parameters in com.amilesend.tmdb.client.model.movie with type arguments of type CastCreditModifier and TypeMethodDescriptionGetCreditsResponse.GetCreditsResponseBuilder.cast(List<CastCredit> cast) The cast list. -
Uses of CastCredit in com.amilesend.tmdb.client.model.tv.episodes
Methods in com.amilesend.tmdb.client.model.tv.episodes that return types with arguments of type CastCreditModifier and TypeMethodDescriptionGetCreditsResponse.getCast()The cast list.GetCreditsResponse.getGuestStars()The guest stars list.GetEpisodeDetailsResponse.getGuestStars()The list of guest star credits.Method parameters in com.amilesend.tmdb.client.model.tv.episodes with type arguments of type CastCreditModifier and TypeMethodDescriptionGetCreditsResponse.GetCreditsResponseBuilder.cast(List<CastCredit> cast) The cast list.GetCreditsResponse.GetCreditsResponseBuilder.guestStars(List<CastCredit> guestStars) The guest stars list.GetEpisodeDetailsResponse.GetEpisodeDetailsResponseBuilder.guestStars(List<CastCredit> guestStars) The list of guest star credits. -
Uses of CastCredit in com.amilesend.tmdb.client.model.tv.seasons
Methods in com.amilesend.tmdb.client.model.tv.seasons that return types with arguments of type CastCreditMethod parameters in com.amilesend.tmdb.client.model.tv.seasons with type arguments of type CastCreditModifier and TypeMethodDescriptionGetCreditsResponse.GetCreditsResponseBuilder.cast(List<CastCredit> cast) The cast list. -
Uses of CastCredit in com.amilesend.tmdb.client.model.tv.series
Methods in com.amilesend.tmdb.client.model.tv.series that return types with arguments of type CastCreditMethod parameters in com.amilesend.tmdb.client.model.tv.series with type arguments of type CastCreditModifier and TypeMethodDescriptionGetCreditsResponse.GetCreditsResponseBuilder.cast(List<CastCredit> cast) The cast list. -
Uses of CastCredit in com.amilesend.tmdb.client.model.type
Classes in com.amilesend.tmdb.client.model.type with type parameters of type CastCreditModifier and TypeClassDescriptionstatic classCastCredit.CastCreditBuilder<C extends CastCredit,B extends CastCredit.CastCreditBuilder<C, B>>