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

Packages that use PersonCrew
com.omertron.themoviedbapi.model.movie   
com.omertron.themoviedbapi.model.tv   
com.omertron.themoviedbapi.wrapper.person   
 

Uses of PersonCrew in com.omertron.themoviedbapi.model.movie
 

Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type PersonCrew
 List<PersonCrew> MovieDb.getCrew()
           
 

Uses of PersonCrew in com.omertron.themoviedbapi.model.tv
 

Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type PersonCrew
 List<PersonCrew> TVSeries.getCreatedBy()
           
 

Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type PersonCrew
 void TVSeries.setCreatedBy(List<PersonCrew> createdBy)
           
 

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

Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type PersonCrew
 List<PersonCrew> WrapperCasts.getCrew()
           
 

Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type PersonCrew
 void WrapperCasts.setCrew(List<PersonCrew> crew)
           
 



Copyright © 2012-2013. All Rights Reserved.