Uses of Class
com.jakewharton.trakt.services.MovieService.LibraryBuilder

Packages that use MovieService.LibraryBuilder
com.jakewharton.trakt.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of MovieService.LibraryBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return MovieService.LibraryBuilder
 MovieService.LibraryBuilder MovieService.library()
          Add unwatched movies to your library.
 MovieService.LibraryBuilder MovieService.LibraryBuilder.movie(int tmdbId, int plays, Date lastPlayed)
          Add a movie to the list of library movies.
 MovieService.LibraryBuilder MovieService.LibraryBuilder.movie(String imdbId, int plays, Date lastPlayed)
          Add a movie to the list of library movies.
 MovieService.LibraryBuilder MovieService.LibraryBuilder.movie(String title, int year, int plays, Date lastPlayed)
          Add a movie to the list of library movies.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.