com.jakewharton.trakt.entities
Class UserProfile.Stats

java.lang.Object
  extended by 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

Nested Class Summary
static class UserProfile.Stats.Episodes
           
static class UserProfile.Stats.Movies
           
static class UserProfile.Stats.Shows
           
 
Constructor Summary
UserProfile.Stats()
           
 
Method Summary
 UserProfile.Stats.Episodes getEpisodes()
           
 Integer getFriends()
           
 UserProfile.Stats.Movies getMovies()
           
 UserProfile.Stats.Shows getShows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile.Stats

public UserProfile.Stats()
Method Detail

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.