Class Episode
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<Episode,ResourceLink>
com.amilesend.tvmaze.client.model.EpisodeBase<Episode,ResourceLink>
com.amilesend.tvmaze.client.model.Episode
Describes a television show episode.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Encapsulates the possible embedded resources for theEpisode
.static class
Describes the type of additional embedded information to include in theEpisode
.static class
Episode.EpisodeBuilder<C extends Episode,
B extends Episode.EpisodeBuilder<C, B>> static final class
Describes the supported resource links for anEpisode
.Nested classes/interfaces inherited from class com.amilesend.tvmaze.client.model.EpisodeBase
EpisodeBase.EpisodeBaseBuilder<T extends EpisodeBase,
L, C extends EpisodeBase<T, L>, B extends EpisodeBase.EpisodeBaseBuilder<T, L, C, B>> -
Field Summary
Fields inherited from class com.amilesend.tvmaze.client.model.Resource
SELF_RESOURCE_LINK_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionstatic Episode.EpisodeBuilder
<?, ?> builder()
Any embedded resources associated with the episode.Gets the embedded list of cast members associated with the episode.getImage()
The associated episode image URLs.The episode rating.getShow()
Gets the embedded show associated with the episode.The episode summary.toString()
Methods inherited from class com.amilesend.tvmaze.client.model.EpisodeBase
getAirdate, getAirstamp, getAirtime, getName, getNumber, getRuntime, getSeason, getType, getUrl
-
Method Details
-
getGuestCast
Gets the embedded list of cast members associated with the episode. Note: can benull
.- Returns:
- the list of cast members
- See Also:
-
getShow
Gets the embedded show associated with the episode. Note: can benull
.- Returns:
- the show
- See Also:
-
builder
-
getRating
The episode rating. -
getImage
The associated episode image URLs. -
getSummary
The episode summary. -
getEmbeddedResource
Any embedded resources associated with the episode. Note: can benull
. -
toString
- Overrides:
toString
in classEpisodeBase<Episode,
ResourceLink>
-