Class CombinedCrewCredit
java.lang.Object
com.amilesend.tmdb.client.model.Resource<Integer, CombinedCrewCredit>
com.amilesend.tmdb.client.model.people.type.CombinedCrewCredit
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCombinedCrewCredit.CombinedCrewCreditBuilder<C extends CombinedCrewCredit, B extends CombinedCrewCredit.CombinedCrewCreditBuilder<C,B>> Nested classes/interfaces inherited from class Resource
Resource.ResourceBuilder<K,T, C, B> -
Method Summary
Modifier and TypeMethodDescriptionstatic CombinedCrewCredit.CombinedCrewCreditBuilder<?, ?> builder()getAdult()Adult flag indicator.Path to the content backdrop image.The credit identifier.The job type.List of genre identifiers.getJob()The job title.The type of media.The original language.The original title.The overview.Popularity score.Path to the poster image.The release date.getTitle()The title.getVideo()Video flag indicator.The average vote value.The vote count.toString()
-
Method Details
-
builder
-
getAdult
Adult flag indicator. -
getBackdropPath
Path to the content backdrop image. -
getGenreIds
-
getOriginalLanguage
The original language. -
getOriginalTitle
The original title. -
getOverview
The overview. -
getPopularity
Popularity score. -
getPosterPath
Path to the poster image. -
getReleaseDate
The release date. -
getTitle
The title. -
getVideo
Video flag indicator. -
getVoteAverage
The average vote value. -
getVoteCount
The vote count. -
getCreditId
The credit identifier. -
getDepartment
The job type. -
getJob
The job title. -
getMediaType
The type of media. -
toString
- Overrides:
toStringin classResource<Integer, CombinedCrewCredit>
-