Class CastCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, CastCredit>
com.amilesend.tmdb.client.model.NamedResource<Integer, CastCredit>
com.amilesend.tmdb.client.model.type.CastCredit
Describes a cast credit.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCastCredit.CastCreditBuilder<C extends CastCredit, B extends CastCredit.CastCreditBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic CastCredit.CastCreditBuilder<?, ?> builder()getAdult()Adult flag indicator.The cast identifier.The character name.The credit identifier.The person's gender.The job department that the person is known for.getOrder()The order.The person's name.The person's popularity.The path to the person's profile.toString()Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getGender
The person's gender. -
getKnownForDepartment
The job department that the person is known for. -
getOriginalName
The person's name. -
getPopularity
The person's popularity. -
getProfilePath
The path to the person's profile. -
getCastId
The cast identifier. -
getCharacter
The character name. -
getCreditId
The credit identifier. -
getOrder
The order. -
toString
- Overrides:
toStringin classNamedResource<Integer, CastCredit>
-