Class AlternateEpisode
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<AlternateEpisode, List<ResourceLink>>
com.amilesend.tvmaze.client.model.EpisodeBase<AlternateEpisode, List<ResourceLink>>
com.amilesend.tvmaze.client.model.AlternateEpisode
Describes an episode for an alternate list (e.g., DVD ordering, etc.). For more information:
https://www.tvmaze.com/faq/40/alternate-episodes.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAlternateEpisode.AlternateEpisodeBuilder<C extends AlternateEpisode, B extends AlternateEpisode.AlternateEpisodeBuilder<C,B>> static classThe possible embedded resource types that can be included in anAlternateEpisode.static classThe supported embedded resource types that can be included in anAlternateEpisode.Nested classes/interfaces inherited from class EpisodeBase
EpisodeBase.EpisodeBaseBuilder<T,L, C, B> Modifier and TypeClassDescriptionstatic classEpisodeBase.EpisodeBaseBuilder<T extends EpisodeBase, L, C extends EpisodeBase<T,L>, B extends EpisodeBase.EpisodeBaseBuilder<T, L, C, B>> -
Field Summary
Fields inherited from class Resource
SELF_RESOURCE_LINK_TYPEModifier and TypeFieldDescriptionstatic final StringThe resource link type that references this resource. -
Method Summary
Modifier and TypeMethodDescriptionstatic AlternateEpisode.AlternateEpisodeBuilder<?, ?> builder()The optional embedded resources.Gets the list of embedded episodes.toString()Methods inherited from class EpisodeBase
getAirdate, getAirstamp, getAirtime, getName, getNumber, getRuntime, getSeason, getType, getUrlModifier and TypeMethodDescriptionThe date of the initial airing.The UTC date and time of the initial airing.The time of day of the initial airing.getName()The episode title.intThe associated episode numer within the season of the episode.intThe time in minutes of the episode.intThe associated season number of the episode.getType()The episode type.getUrl()The URL for the episode.
-
Method Details
-
getEpisodes
-
builder
-
getEmbeddedResource
The optional embedded resources. -
toString
- Overrides:
toStringin classEpisodeBase<AlternateEpisode, List<ResourceLink>>
-