com.jakewharton.trakt.entities
Class Person

java.lang.Object
  extended by com.jakewharton.trakt.entities.Person
All Implemented Interfaces:
TraktEntity, Serializable

public final class Person
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
Person()
           
 
Method Summary
 String getBiography()
           
 Date getBirthday()
           
 String getBirthplace()
           
 Images getImages()
           
 String getName()
           
 Integer getTmdbId()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

getName

public String getName()

getUrl

public String getUrl()

getBiography

public String getBiography()

getBirthday

public Date getBirthday()

getBirthplace

public String getBirthplace()

getTmdbId

public Integer getTmdbId()

getImages

public Images getImages()


Copyright © 2011 Jake Wharton. All Rights Reserved.