com.jakewharton.trakt.entities
Class UserProfile
java.lang.Object
com.jakewharton.trakt.entities.UserProfile
- All Implemented Interfaces:
- TraktEntity, Serializable
public final class UserProfile
- 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
public UserProfile()
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.