Class CrewCredit.CrewCreditBuilder
java.lang.Object
com.amilesend.tvmaze.client.model.CrewCredit.CrewCreditBuilder
- Enclosing class:
CrewCredit
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
embeddedResource
(CrewCredit.EmbeddedResource embeddedResource) Any embedded resources associated with theCrewCredit
.links
(Map<String, ResourceLink> links) The links associated with the credit.toString()
The credit type (i.e., job role for credit).
-
Method Details
-
type
The credit type (i.e., job role for credit).- Returns:
this
.
-
links
The links associated with the credit.- Returns:
this
.
-
embeddedResource
Any embedded resources associated with theCrewCredit
. Note: can benull
.- Returns:
this
.
-
build
-
toString
-