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.EmbeddedTypeInclude the associated episode.static final CastCredit.EmbeddedTypeInclude the associated show. -
Method Summary
-
Field Details
-
SHOW
Include the associated show. -
EPISODE
Include the associated 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
-