Class Show.EmbeddedType
java.lang.Object
com.amilesend.tvmaze.client.model.Show.EmbeddedType
- All Implemented Interfaces:
EmbeddedQueryParameter
- Enclosing class:
Show
Describes the type of additional embedded information to include in the
Show.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Show.EmbeddedTypeInclude a list of cast members.static final Show.EmbeddedTypeInclude a list of episodes.static final Show.EmbeddedTypeInclude the next airing episode, if available.static final Show.EmbeddedTypeInclude the previous airing episode. -
Method Summary
-
Field Details
-
CAST
Include a list of cast members. -
EPISODES
Include a list of episodes. -
NEXT_EPISODE
Include the next airing episode, if available. -
PREVIOUS_EPISODE
Include the previous airing episode.
-
-
Method Details
-
getQueryParameterValue
Description copied from interface:EmbeddedQueryParameterGets the query parameter value that is associated with theembed(orembed[]) query parameters.- Specified by:
getQueryParameterValuein interfaceEmbeddedQueryParameter- Returns:
- the query parameter value
-
equals
-
hashCode
-
toString
-