Class Episode.EmbeddedType
java.lang.Object
com.amilesend.tvmaze.client.model.Episode.EmbeddedType
- All Implemented Interfaces:
EmbeddedQueryParameter
- Enclosing class:
Episode
Describes the type of additional embedded information to include in the
Episode
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Episode.EmbeddedType
Include the list of guest cast members.static final Episode.EmbeddedType
Include the show. -
Method Summary
-
Field Details
-
GUEST_CAST
Include the list of guest cast members. -
SHOW
Include the show.
-
-
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
-