Uses of Class
com.amilesend.tvmaze.client.model.CrewCredit
Packages that use CrewCredit
Package
Description
-
Uses of CrewCredit in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return types with arguments of type CrewCreditModifier and TypeMethodDescriptionPeopleApi.getCrewCredits(int personId, boolean isShowIncluded) Retrieves the list of show-level crew credits for a specific person.PeopleApi.getCrewCreditsAsync(int personId, boolean isShowIncluded) Retrieves the list of show-level crew credits for a specific person. -
Uses of CrewCredit in com.amilesend.tvmaze.client.model
Methods in com.amilesend.tvmaze.client.model that return CrewCredit -
Uses of CrewCredit in com.amilesend.tvmaze.client.parse.parser
Fields in com.amilesend.tvmaze.client.parse.parser with type parameters of type CrewCreditModifier and TypeFieldDescriptionstatic final GsonParser<List<CrewCredit>> Parsers.CREW_CREDIT_LIST_PARSER