Class CrewCredit
java.lang.Object
com.amilesend.tvmaze.client.model.CrewCredit
Describes a crew credit for a person.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Encapsulates the possible embedded resources for theCrewCredit
.static class
Describes the type of additional embedded information to include in theCrewCredit
.static final class
Describes the supported resource links for aCrewCredit
. -
Method Summary
Modifier and TypeMethodDescriptionstatic CrewCredit.CrewCreditBuilder
builder()
boolean
Any embedded resources associated with theCrewCredit
.getLinks()
The links associated with the credit.getShow()
Gets the show associated with this credit.getType()
The credit type (i.e., job role for credit).int
hashCode()
toString()
-
Method Details
-
getShow
Gets the show associated with this credit. Note: Can benull
.- Returns:
- the show
- See Also:
-
builder
-
getType
The credit type (i.e., job role for credit). -
getLinks
The links associated with the credit. -
getEmbeddedResource
Any embedded resources associated with theCrewCredit
. Note: can benull
. -
equals
-
hashCode
public int hashCode() -
toString
-