Class CastCredit
java.lang.Object
com.amilesend.tvmaze.client.model.CastCredit
Describes a cast credit for a person.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classEncapsulates the possible embedded resources for theCastCredit.static classDescribes the type of additional embedded information to include in theCastCredit.static final classDescribes the supported resource links for aCastCredit. -
Method Summary
Modifier and TypeMethodDescriptionstatic CastCredit.CastCreditBuilderbuilder()booleanAny embedded resources associated with theCastCredit.Gets the episode associated with the cast credit.getLinks()The links associated with the credit.getShow()Gets the show associated with the cast credit.inthashCode()booleanisSelf()Flag indicator if the person plays themself.booleanisVoice()Flag indicator if the person performed with their voice only (e.g., narration or a animation character).toString()
-
Method Details
-
getShow
Gets the show associated with the cast credit. Note: Can benull.- Returns:
- the show
- See Also:
-
getEpisode
Gets the episode associated with the cast credit. Note: Can benull.- Returns:
-
builder
-
isSelf
public boolean isSelf()Flag indicator if the person plays themself. -
isVoice
public boolean isVoice()Flag indicator if the person performed with their voice only (e.g., narration or a animation character). -
getLinks
The links associated with the credit. -
getEmbeddedResource
Any embedded resources associated with theCastCredit. Note: can benull. -
equals
-
hashCode
-
toString
-