Class Show.EmbeddedType

java.lang.Object
com.amilesend.tvmaze.client.model.Show.EmbeddedType
All Implemented Interfaces:
EmbeddedQueryParameter
Enclosing class:
Show

public static class Show.EmbeddedType extends Object implements EmbeddedQueryParameter
Describes the type of additional embedded information to include in the Show.
  • Field Details

    • CAST

      public static final Show.EmbeddedType CAST
      Include a list of cast members.
    • EPISODES

      public static final Show.EmbeddedType EPISODES
      Include a list of episodes.
    • NEXT_EPISODE

      public static final Show.EmbeddedType NEXT_EPISODE
      Include the next airing episode, if available.
    • PREVIOUS_EPISODE

      public static final Show.EmbeddedType PREVIOUS_EPISODE
      Include the previous airing episode.
  • Method Details