Class AggregateCastCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,Person>
com.amilesend.tmdb.client.model.NamedResource<Integer,Person>
com.amilesend.tmdb.client.model.type.Person
com.amilesend.tmdb.client.model.tv.seasons.type.AggregateCastCredit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAggregateCastCredit.AggregateCastCreditBuilder<C extends AggregateCastCredit, B extends AggregateCastCredit.AggregateCastCreditBuilder<C,B>> Nested classes/interfaces inherited from class Person
Person.PersonBuilder<C,B> Modifier and TypeClassDescriptionstatic classPerson.PersonBuilder<C extends Person, B extends Person.PersonBuilder<C,B>> Nested classes/interfaces inherited from class NamedResource
NamedResource.NamedResourceBuilder<K,T, C, B> Modifier and TypeClassDescriptionstatic classNamedResource.NamedResourceBuilder<K, T extends NamedResource, C extends NamedResource<K,T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregateCastCredit.AggregateCastCreditBuilder<?, ?> builder()getOrder()The display order.getRoles()The list of roles associated with the TV season and person.The total number of credited episodes.toString()Methods inherited from class Person
getAdult, getGender, getKnownForDepartment, getOriginalName, getPopularity, getProfilePathModifier and TypeMethodDescriptiongetAdult()Adult flag indicator.The person's gender.The job department that the person is known for.The person's name.The person's popularity.The path to the person's profile.Methods inherited from class NamedResource
getName
-
Method Details
-
builder
-
getRoles
-
getTotalEpisodeCount
The total number of credited episodes. -
getOrder
The display order. -
toString
-