com.jakewharton.trakt.entities
Class UserProfile.Stats
java.lang.Object
com.jakewharton.trakt.entities.UserProfile.Stats
- All Implemented Interfaces:
- TraktEntity, Serializable
- Enclosing class:
- UserProfile
public static final class UserProfile.Stats
- 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 |
UserProfile.Stats
public UserProfile.Stats()
getFriends
public Integer getFriends()
getShows
public UserProfile.Stats.Shows getShows()
getEpisodes
public UserProfile.Stats.Episodes getEpisodes()
getMovies
public UserProfile.Stats.Movies getMovies()
Copyright © 2011 Jake Wharton. All Rights Reserved.