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.EmbeddedType
Include a list of cast members.static final Show.EmbeddedType
Include a list of episodes.static final Show.EmbeddedType
Include the next airing episode, if available.static final Show.EmbeddedType
Include 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:EmbeddedQueryParameter
Gets the query parameter value that is associated with theembed
(orembed[]
) query parameters.- Specified by:
getQueryParameterValue
in interfaceEmbeddedQueryParameter
- Returns:
- the query parameter value
-
equals
-
hashCode
public int hashCode() -
toString
-