com.jakewharton.trakt.entities
Class Person
java.lang.Object
com.jakewharton.trakt.entities.Person
- All Implemented Interfaces:
- TraktEntity, Serializable
public final class Person
- extends Object
- implements TraktEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person()
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.