Uses of Package
com.jakewharton.trakt

Packages that use com.jakewharton.trakt
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.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
com.jakewharton.trakt.enumerations All Trakt-defined enumerations which are used both in request responses as well as building remote requests. 
com.jakewharton.trakt.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Classes in com.jakewharton.trakt used by com.jakewharton.trakt
ServiceManager
          Class to manage service creation with default settings.
TraktApiBuilder
          Trakt-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
TraktApiBuilder.HttpMethod
          Valid HTTP request methods.
TraktApiService
          Trakt-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
TraktEnumeration
          Interface which allows for central unification of the type heirarchy of all Trakt-specific enumerations.
 

Classes in com.jakewharton.trakt used by com.jakewharton.trakt.entities
TraktEntity
          Local representation of a server-side Trakt object which can be de-serialized from JSON.
 

Classes in com.jakewharton.trakt used by com.jakewharton.trakt.enumerations
TraktEnumeration
          Interface which allows for central unification of the type heirarchy of all Trakt-specific enumerations.
 

Classes in com.jakewharton.trakt used by com.jakewharton.trakt.services
TraktApiBuilder
          Trakt-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
TraktApiService
          Trakt-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.