Uses of Class
com.jakewharton.trakt.entities.MediaEntity

Packages that use MediaEntity
com.jakewharton.trakt.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
 

Uses of MediaEntity in com.jakewharton.trakt.entities
 

Subclasses of MediaEntity in com.jakewharton.trakt.entities
 class WatchedMediaEntity
           
 

Methods in com.jakewharton.trakt.entities that return MediaEntity
 MediaEntity UserProfile.getWatching()
           
 

Methods in com.jakewharton.trakt.entities that return types with arguments of type MediaEntity
 List<MediaEntity> UserProfile.getWatched()
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.