Uses of Class
com.amilesend.tvmaze.client.model.AlternateEpisode
Packages that use AlternateEpisode
-
Uses of AlternateEpisode in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return types with arguments of type AlternateEpisodeModifier and TypeMethodDescriptionShowsApi.getAlternateEpisodes
(int alternateListId, boolean isEpisodesIncluded) Gets the list of alternate episodes for the givenalternateListId
. -
Uses of AlternateEpisode in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type AlternateEpisodeModifier and TypeClassDescriptionstatic class
AlternateEpisode.AlternateEpisodeBuilder<C extends AlternateEpisode,
B extends AlternateEpisode.AlternateEpisodeBuilder<C, B>> Methods in com.amilesend.tvmaze.client.model that return types with arguments of type AlternateEpisodeModifier and TypeMethodDescriptionAlternateList.EmbeddedResource.getAlternateEpisodes()
AlternateList.getAlternateEpisodes()
Gets the list of alternate episodes.Method parameters in com.amilesend.tvmaze.client.model with type arguments of type AlternateEpisodeModifier and TypeMethodDescriptionAlternateList.EmbeddedResource.EmbeddedResourceBuilder.alternateEpisodes
(List<AlternateEpisode> alternateEpisodes)