com.jakewharton.trakt.entities
Class UserProfile.Stats.Movies

java.lang.Object
  extended by com.jakewharton.trakt.entities.UserProfile.Stats.Movies
All Implemented Interfaces:
TraktEntity, Serializable
Enclosing class:
UserProfile.Stats

public static final class UserProfile.Stats.Movies
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
UserProfile.Stats.Movies()
           
 
Method Summary
 Integer getLibrary()
           
 Integer getUnwatched()
           
 Integer getWatched()
           
 Integer getWatchedElsewhere()
           
 Integer getWatchedTrakt()
           
 Integer getWatchedTraktUnique()
           
 Integer getWatchedUnique()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile.Stats.Movies

public UserProfile.Stats.Movies()
Method Detail

getWatched

public Integer getWatched()

getWatchedUnique

public Integer getWatchedUnique()

getWatchedTrakt

public Integer getWatchedTrakt()

getWatchedTraktUnique

public Integer getWatchedTraktUnique()

getWatchedElsewhere

public Integer getWatchedElsewhere()

getLibrary

public Integer getLibrary()

getUnwatched

public Integer getUnwatched()


Copyright © 2011 Jake Wharton. All Rights Reserved.