Uses of Class
com.amilesend.tvmaze.client.model.AlternateEpisode
Packages that use AlternateEpisode
Package
Description
-
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.ShowsApi.getAlternateEpisodesAsync(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 classAlternateEpisode.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) -
Uses of AlternateEpisode in com.amilesend.tvmaze.client.parse.parser
Methods in com.amilesend.tvmaze.client.parse.parser that return types with arguments of type AlternateEpisodeModifier and TypeMethodDescriptionAlternateEpisodeListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream)