com.jakewharton.trakt.entities
Class UserProfile

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

public final class UserProfile
extends Object
implements TraktEntity

See Also:
Serialized Form

Nested Class Summary
static class UserProfile.Stats
           
 
Constructor Summary
UserProfile()
           
 
Method Summary
 String getAbout()
           
 Integer getAge()
           
 Calendar getApproved()
           
 String getAvatar()
           
 TvShowEpisode getEpisode()
           
 String getFullName()
           
 Gender getGender()
           
 Calendar getJoined()
           
 String getLocation()
           
 Integer getPlays()
           
 Boolean getProtected()
           
 UserProfile.Stats getStats()
           
 String getUrl()
           
 String getUsername()
           
 List<MediaEntity> getWatched()
           
 MediaEntity getWatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile

public UserProfile()
Method Detail

getUsername

public String getUsername()

getProtected

public Boolean getProtected()

getFullName

public String getFullName()

getGender

public Gender getGender()

getAge

public Integer getAge()

getLocation

public String getLocation()

getAbout

public String getAbout()

getJoined

public Calendar getJoined()

getAvatar

public String getAvatar()

getUrl

public String getUrl()

getStats

public UserProfile.Stats getStats()

getWatching

public MediaEntity getWatching()

getWatched

public List<MediaEntity> getWatched()

getPlays

public Integer getPlays()

getEpisode

public TvShowEpisode getEpisode()

getApproved

public Calendar getApproved()


Copyright © 2011 Jake Wharton. All Rights Reserved.