Uses of Class
com.jakewharton.trakt.TraktApiBuilder

Packages that use TraktApiBuilder
com.jakewharton.trakt Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Trakt RESTful API. 
com.jakewharton.trakt.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of TraktApiBuilder in com.jakewharton.trakt
 

Methods in com.jakewharton.trakt that return TraktApiBuilder
protected  TraktApiBuilder<T> TraktApiBuilder.postParameter(String name, int value)
           
protected  TraktApiBuilder<T> TraktApiBuilder.postParameter(String name, com.google.gson.JsonElement value)
           
protected
<K extends TraktEnumeration>
TraktApiBuilder<T>
TraktApiBuilder.postParameter(String name, K value)
           
protected  TraktApiBuilder<T> TraktApiBuilder.postParameter(String name, String value)
           
 

Uses of TraktApiBuilder in com.jakewharton.trakt.services
 

Subclasses of TraktApiBuilder in com.jakewharton.trakt.services
static class AccountService.CreateBuilder
           
static class AccountService.TestBuilder
           
static class CalendarService.PremieresBuilder
           
static class CalendarService.ShowsBuilder
           
static class FriendsService.AddBuilder
           
static class FriendsService.AllBuilder
           
static class FriendsService.ApproveBuilder
           
static class FriendsService.DeleteBuilder
           
static class FriendsService.DenyBuilder
           
static class FriendsService.RequestsBuilder
           
static class GenreService.MoviesBuilder
           
static class GenreService.ShowsBuilder
           
static class MovieService.CancelWatchingBuilder
           
static class MovieService.LibraryBuilder
           
static class MovieService.ScrobbleBuilder
           
static class MovieService.SeenBuilder
           
static class MovieService.ShoutsBuilder
           
static class MovieService.SummaryBuilder
           
static class MovieService.TrendingBuilder
           
static class MovieService.UnlibraryBuilder
           
static class MovieService.UnseenBuilder
           
static class MovieService.UnwatchlistBuilder
           
static class MovieService.WatchingBuilder
           
static class MovieService.WatchingNowBuilder
           
static class MovieService.WatchlistBuilder
           
static class RateService.EpisodeBuilder
           
static class RateService.MovieBuilder
           
static class RateService.ShowBuilder
           
static class RecommendationsService.DismissMovieBuilder
           
static class RecommendationsService.DismissShowBuilder
           
static class RecommendationsService.MoviesBuilder
           
static class RecommendationsService.ShowsBuilder
           
static class SearchService.EpisodesBuilder
           
static class SearchService.MoviesBuilder
           
static class SearchService.PeopleBuilder
           
static class SearchService.ShowsBuilder
           
static class SearchService.UsersBuilder
           
static class ShoutService.EpisodeBuilder
           
static class ShoutService.MovieBuilder
           
static class ShoutService.ShowBuilder
           
static class ShowService.CancelWatchingBuilder
           
static class ShowService.EpisodeLibraryBuilder
           
static class ShowService.EpisodeSeenBuilder
           
static class ShowService.EpisodeShoutsBuilder
           
static class ShowService.EpisodeSummaryBuilder
           
static class ShowService.EpisodeUnlibraryBuilder
           
static class ShowService.EpisodeUnseenBuilder
           
static class ShowService.EpisodeUnwatchlistBuilder
           
static class ShowService.EpisodeWatchingNowBuilder
           
static class ShowService.EpisodeWatchlistBuilder
           
static class ShowService.ScrobbleBuilder
           
static class ShowService.SeasonBuilder
           
static class ShowService.SeasonsBuilder
           
static class ShowService.ShoutsBuilder
           
static class ShowService.SummaryBuilder
           
static class ShowService.TrendingBuilder
           
static class ShowService.UnlibraryBuilder
           
static class ShowService.UnwatchlistBuilder
           
static class ShowService.WatchingBuilder
           
static class ShowService.WatchingNowBuilder
           
static class ShowService.WatchlistBuilder
           
static class UserService.CalendarShowsBuilder
           
static class UserService.FriendsBuilder
           
static class UserService.LibraryMoviesAllBuilder
           
static class UserService.LibraryMoviesCollectionBuilder
           
static class UserService.LibraryMoviesHatedBuilder
           
static class UserService.LibraryMoviesLovedBuilder
           
static class UserService.LibraryShowsAllBuilder
           
static class UserService.LibraryShowsCollectionBuilder
           
static class UserService.LibraryShowsHatedBuilder
           
static class UserService.LibraryShowsLovedBuilder
           
static class UserService.LibraryShowsWatchedBuilder
           
static class UserService.ProfileBuilder
           
static class UserService.WatchedBuilder
           
static class UserService.WatchedEpisodesBuilder
           
static class UserService.WatchedMoviesBuilder
           
static class UserService.WatchingBuilder
           
static class UserService.WatchlistEpisodesBuilder
           
static class UserService.WatchlistMoviesBuilder
           
static class UserService.WatchlistShowsBuilder
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.