Class Episode


public class Episode extends EpisodeBase<Episode,ResourceLink>
Describes a television show episode.
  • Method Details

    • getGuestCast

      public List<CastMember> getGuestCast()
      Gets the embedded list of cast members associated with the episode. Note: can be null.
      Returns:
      the list of cast members
      See Also:
    • getShow

      public Show getShow()
      Gets the embedded show associated with the episode. Note: can be null.
      Returns:
      the show
      See Also:
    • builder

      public static Episode.EpisodeBuilder<?,?> builder()
    • getRating

      public Rating getRating()
      The episode rating.
    • getImage

      public ImageUrl getImage()
      The associated episode image URLs.
    • getSummary

      public String getSummary()
      The episode summary.
    • getEmbeddedResource

      public Episode.EmbeddedResource getEmbeddedResource()
      Any embedded resources associated with the episode. Note: can be null.
    • toString

      public String toString()
      Overrides:
      toString in class EpisodeBase<Episode,ResourceLink>