Uses of Class
com.amilesend.tvmaze.client.model.CastCredit
Packages that use CastCredit
-
Uses of CastCredit in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return types with arguments of type CastCreditModifier and TypeMethodDescriptionPeopleApi.getCastCredits
(int personId, boolean isShowIncluded) Retrieves the list of show-level cast credits for a specific person.PeopleApi.getGuestCastCredits
(int personId, boolean isEpisodeIncluded) Retrieves the list of episode-level guest cast credits for a specific person. -
Uses of CastCredit in com.amilesend.tvmaze.client.model
Methods in com.amilesend.tvmaze.client.model that return CastCreditMethods in com.amilesend.tvmaze.client.model that return types with arguments of type CastCreditModifier and TypeMethodDescriptionPerson.EmbeddedResource.getCastCredits()
Person.getCastCredits()
Gets the embedded cast credits associated with the person.Method parameters in com.amilesend.tvmaze.client.model with type arguments of type CastCreditModifier and TypeMethodDescriptionPerson.EmbeddedResource.EmbeddedResourceBuilder.castCredits
(List<CastCredit> castCredits)