Uses of Class
com.omertron.themoviedbapi.model.person.PersonCredit

Packages that use PersonCredit
com.omertron.themoviedbapi   
com.omertron.themoviedbapi.wrapper.person   
 

Uses of PersonCredit in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return types with arguments of type PersonCredit
 TmdbResultsList<PersonCredit> TheMovieDbApi.getPersonCredits(int personId, String... appendToResponse)
          This method is used to retrieve all of the cast & crew information for the person.
 

Uses of PersonCredit in com.omertron.themoviedbapi.wrapper.person
 

Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type PersonCredit
 List<PersonCredit> WrapperPersonCredits.getAll(PersonType... typeList)
           
 List<PersonCredit> WrapperPersonCredits.getCast()
           
 List<PersonCredit> WrapperPersonCredits.getCrew()
           
 

Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type PersonCredit
 void WrapperPersonCredits.setCast(List<PersonCredit> cast)
           
 void WrapperPersonCredits.setCrew(List<PersonCredit> crew)
           
 



Copyright © 2012-2013. All Rights Reserved.