Uses of Class
com.jakewharton.trakt.services.ShowService.UnlibraryBuilder

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

Uses of ShowService.UnlibraryBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return ShowService.UnlibraryBuilder
 ShowService.UnlibraryBuilder ShowService.UnlibraryBuilder.imdbId(String imdbId)
          IMDB ID for the show.
 ShowService.UnlibraryBuilder ShowService.UnlibraryBuilder.title(String title)
          Movie title.
 ShowService.UnlibraryBuilder ShowService.UnlibraryBuilder.tvdbId(int tmdbId)
          TVDB ID for the show.
 ShowService.UnlibraryBuilder ShowService.unlibrary(int tvdbId)
          Remove an entire show (including all episodes) from your library collection.
 ShowService.UnlibraryBuilder ShowService.unlibrary(String imdbId)
          Remove an entire show (including all episodes) from your library collection.
 ShowService.UnlibraryBuilder ShowService.unlibrary(String title, int year)
          Remove an entire show (including all episodes) from your library collection.
 ShowService.UnlibraryBuilder ShowService.UnlibraryBuilder.year(int year)
          Movie year.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.