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

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

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

Methods in com.jakewharton.trakt.services that return MovieService.WatchingBuilder
 MovieService.WatchingBuilder MovieService.WatchingBuilder.duration(int duration)
          Duration (in minutes).
 MovieService.WatchingBuilder MovieService.WatchingBuilder.imdbId(String imdbId)
          IMDB ID for the movie.
 MovieService.WatchingBuilder MovieService.WatchingBuilder.progress(int progress)
          Percent progress (0-100).
 MovieService.WatchingBuilder MovieService.WatchingBuilder.title(String title)
          Movie title.
 MovieService.WatchingBuilder MovieService.WatchingBuilder.tmdbId(int tmdbId)
          TMDB (themoviedb.org) ID for the movie.
 MovieService.WatchingBuilder MovieService.watching(int tmdbId)
          Notify trakt that a user has started watching a movie.
 MovieService.WatchingBuilder MovieService.watching(String imdbId)
          Notify trakt that a user has started watching a movie.
 MovieService.WatchingBuilder MovieService.watching(String title, int year)
          Notify trakt that a user has started watching a movie.
 MovieService.WatchingBuilder MovieService.WatchingBuilder.year(int year)
          Movie year.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.