Class TvCrewCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer,TvCrewCredit>
com.amilesend.tmdb.client.model.NamedResource<Integer,TvCrewCredit>
com.amilesend.tmdb.client.model.people.type.TvCrewCredit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTvCrewCredit.TvCrewCreditBuilder<C extends TvCrewCredit,B extends TvCrewCredit.TvCrewCreditBuilder<C, B>> Nested classes/interfaces inherited from class com.amilesend.tmdb.client.model.NamedResource
NamedResource.NamedResourceBuilder<K,T extends NamedResource, C extends NamedResource<K, T>, B extends NamedResource.NamedResourceBuilder<K, T, C, B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic TvCrewCredit.TvCrewCreditBuilder<?, ?> builder()getAdult()Adult flag indicator.Path to the content backdrop image.The credit identifier.The job type.The total number of credited episodes.The first air date for the TV show.List of genre identifiers.getJob()The job title.The original airing language.The original name.List of countries that the TV show originates from.The overview.Popularity score.Path to the poster image.The average vote value.The vote count.toString()Methods inherited from class com.amilesend.tmdb.client.model.NamedResource
getName
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
Path to the content backdrop image. -
getGenreIds
-
getOriginCountry
-
getOriginalLanguage
The original airing language. -
getOriginalName
The original name. -
getOverview
The overview. -
getPopularity
Popularity score. -
getPosterPath
Path to the poster image. -
getFirstAirDate
The first air date for the TV show. -
getVoteAverage
The average vote value. -
getVoteCount
The vote count. -
getCreditId
The credit identifier. -
getDepartment
The job type. -
getEpisodeCount
The total number of credited episodes. -
getJob
The job title. -
toString
- Overrides:
toStringin classNamedResource<Integer,TvCrewCredit>
-