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 class
static class
Encapsulates the possible embedded resources for theCastCredit
.static class
Describes the type of additional embedded information to include in theCastCredit
.static final class
Describes the supported resource links for aCastCredit
. -
Method Summary
Modifier and TypeMethodDescriptionstatic CastCredit.CastCreditBuilder
builder()
boolean
Any 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.int
hashCode()
boolean
isSelf()
Flag indicator if the person plays themself.boolean
isVoice()
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
public int hashCode() -
toString
-