Uses of Class
com.amilesend.tvmaze.client.model.Episode
Packages that use Episode
-
Uses of Episode in com.amilesend.tvmaze.client.api
Methods in com.amilesend.tvmaze.client.api that return EpisodeModifier and TypeMethodDescriptionEpisodesApi.getEpisode
(int episodeId, boolean isShowIncluded) Retrieves the episode for the given identifier.ShowsApi.getEpisode
(int showId, int seasonNum, int episodeNum) Gets anEpisode
for the given show, season, and episode number.Methods in com.amilesend.tvmaze.client.api that return types with arguments of type EpisodeModifier and TypeMethodDescriptionShowsApi.getEpisodes
(int showId, boolean isSpecialsIncluded) Gets the list of episodes for the givenshowId
.ShowsApi.getEpisodes
(int showId, LocalDate date) Gets the list of episodes for a show that aired on the given date.ScheduleApi.getFullSchedule()
Retrieves the list of all future episodes.ScheduleApi.getSchedule
(String countryCode, LocalDate date) Retrieves the list of episodes that air in a given country and date.ShowsApi.getSeasonEpisodes
(int seasonId, boolean isGuestCastIncluded) Gets the list of episodes for a givenseasonId
.ScheduleApi.getWebStreamingSchedule
(String countryCode, LocalDate date) Retrieves the list of episodes that air on web/streaming channels in a given country and date. -
Uses of Episode in com.amilesend.tvmaze.client.model
Classes in com.amilesend.tvmaze.client.model with type parameters of type EpisodeModifier and TypeClassDescriptionstatic class
Episode.EpisodeBuilder<C extends Episode,
B extends Episode.EpisodeBuilder<C, B>> Methods in com.amilesend.tvmaze.client.model that return EpisodeModifier and TypeMethodDescriptionCastCredit.EmbeddedResource.getEpisode()
CastCredit.getEpisode()
Gets the episode associated with the cast credit.Show.EmbeddedResource.getNextEpisode()
Show.getNextEpisode()
Gets the next airing episode.Show.EmbeddedResource.getPreviousEpisode()
Show.getPreviousEpisode()
The previous aired episode.Methods in com.amilesend.tvmaze.client.model that return types with arguments of type EpisodeModifier and TypeMethodDescriptionAlternateEpisode.EmbeddedResource.getEpisodes()
AlternateEpisode.getEpisodes()
Gets the list of embedded episodes.AlternateList.EmbeddedResource.getEpisodes()
AlternateList.getEpisodes()
Gets the lsit of episodes.Show.EmbeddedResource.getEpisodes()
Show.getEpisodes()
Gets the embedded episodes associated with the show.Methods in com.amilesend.tvmaze.client.model with parameters of type EpisodeModifier and TypeMethodDescriptionShow.EmbeddedResource.EmbeddedResourceBuilder.nextEpisode
(Episode nextEpisode) Show.EmbeddedResource.EmbeddedResourceBuilder.previousEpisode
(Episode previousEpisode) Method parameters in com.amilesend.tvmaze.client.model with type arguments of type EpisodeModifier and TypeMethodDescription