Uses of Class
com.jakewharton.trakt.TraktApiService

Packages that use TraktApiService
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 TraktApiService in com.jakewharton.trakt
 

Constructors in com.jakewharton.trakt with parameters of type TraktApiService
TraktApiBuilder(TraktApiService service, com.google.gson.reflect.TypeToken<T> token, String methodUri)
          Initialize a new builder for an HTTP GET call.
TraktApiBuilder(TraktApiService service, com.google.gson.reflect.TypeToken<T> token, String urlFormat, TraktApiBuilder.HttpMethod method)
          Initialize a new builder for the specified HTTP method call.
 

Uses of TraktApiService in com.jakewharton.trakt.services
 

Subclasses of TraktApiService in com.jakewharton.trakt.services
 class AccountService
           
 class CalendarService
           
 class FriendsService
           
 class GenreService
           
 class MovieService
           
 class RateService
           
 class RecommendationsService
           
 class SearchService
           
 class ShoutService
           
 class ShowService
           
 class UserService
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.