com.jakewharton.trakt.entities
Class MediaEntity
java.lang.Object
com.jakewharton.trakt.entities.MediaEntity
- All Implemented Interfaces:
- TraktEntity, Serializable
- Direct Known Subclasses:
- WatchedMediaEntity
public class MediaEntity
- 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 |
MediaEntity
public MediaEntity()
getType
public MediaType getType()
getWatched
public Calendar getWatched()
getDate
public Calendar getDate()
getMovie
public Movie getMovie()
getShow
public TvShow getShow()
getEpisode
public TvShowEpisode getEpisode()
Copyright © 2011 Jake Wharton. All Rights Reserved.