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

Packages that use PersonType
com.omertron.themoviedbapi.model.person   
com.omertron.themoviedbapi.wrapper.person   
 

Uses of PersonType in com.omertron.themoviedbapi.model.person
 

Methods in com.omertron.themoviedbapi.model.person that return PersonType
 PersonType PersonCredit.getPersonType()
           
 PersonType Person.getPersonType()
           
static PersonType PersonType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersonType[] PersonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.omertron.themoviedbapi.model.person with parameters of type PersonType
 void PersonCredit.setPersonType(PersonType personType)
           
 void Person.setPersonType(PersonType personType)
           
 

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

Methods in com.omertron.themoviedbapi.wrapper.person with parameters of type PersonType
 List<PersonCredit> WrapperPersonCredits.getAll(PersonType... typeList)
           
 



Copyright © 2012-2013. All Rights Reserved.