Uses of Class
com.amilesend.tvmaze.client.model.type.CastMember
Packages that use CastMember
Package
Description
-
Uses of CastMember in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return types with arguments of type CastMemberModifier and TypeMethodDescriptionShowsApi.getCast(int showId) Gets the list of cast members for a show.EpisodesApi.getGuestCast(int episodeId) Retrieves the list of guest cast members for an episode. -
Uses of CastMember in com.amilesend.tvmaze.client.model
Methods in com.amilesend.tvmaze.client.model that return types with arguments of type CastMemberModifier and TypeMethodDescriptionShow.EmbeddedResource.getCast()Show.getCast()Gets the embedded lit of cast members.Episode.EmbeddedResource.getGuestCast()Episode.getGuestCast()Gets the embedded list of cast members associated with the episode.Method parameters in com.amilesend.tvmaze.client.model with type arguments of type CastMemberModifier and TypeMethodDescriptionShow.EmbeddedResource.EmbeddedResourceBuilder.cast(List<CastMember> cast) Episode.EmbeddedResource.EmbeddedResourceBuilder.guestCast(List<CastMember> guestCast) -
Uses of CastMember in com.amilesend.tvmaze.client.model.type
Methods in com.amilesend.tvmaze.client.model.type that return CastMember