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
Methods in com.amilesend.tvmaze.client.parse.parser that return types with arguments of type CrewCreditModifier and TypeMethodDescriptionCrewCreditListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)