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