Class CastCredit.CastCreditBuilder
java.lang.Object
com.amilesend.tvmaze.client.model.CastCredit.CastCreditBuilder
- Enclosing class:
CastCredit
-
Method Summary
Modifier and TypeMethodDescriptionbuild()embeddedResource(CastCredit.EmbeddedResource embeddedResource) Any embedded resources associated with theCastCredit.isSelf(boolean isSelf) Flag indicator if the person plays themself.isVoice(boolean isVoice) Flag indicator if the person performed with their voice only (e.g., narration or a animation character).links(Map<String, ResourceLink> links) The links associated with the credit.toString()
-
Method Details
-
isSelf
Flag indicator if the person plays themself.- Returns:
this.
-
isVoice
Flag indicator if the person performed with their voice only (e.g., narration or a animation character).- Returns:
this.
-
links
The links associated with the credit.- Returns:
this.
-
embeddedResource
Any embedded resources associated with theCastCredit. Note: can benull.- Returns:
this.
-
build
-
toString
-