Class GetCombinedCreditsResponse
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,GetCombinedCreditsResponse>
com.amilesend.tmdb.client.model.people.GetCombinedCreditsResponse
Describes the list of credits associated with a person.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
GetCombinedCreditsResponse.GetCombinedCreditsResponseBuilder<C extends GetCombinedCreditsResponse,
B extends GetCombinedCreditsResponse.GetCombinedCreditsResponseBuilder<C, B>> -
Method Summary
-
Method Details
-
builder
-
getCast
List of cast credits associated with a person. -
getCrew
List of crew credits associated with a person. -
equals
- Overrides:
equals
in classResource<Integer,
GetCombinedCreditsResponse>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classResource<Integer,
GetCombinedCreditsResponse>
-
toString
- Overrides:
toString
in classResource<Integer,
GetCombinedCreditsResponse>
-