Uses of Class
com.jakewharton.trakt.ServiceManager

Packages that use ServiceManager
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. 
 

Uses of ServiceManager in com.jakewharton.trakt
 

Methods in com.jakewharton.trakt that return ServiceManager
 ServiceManager ServiceManager.setApiKey(String value)
          Set default API key.
 ServiceManager ServiceManager.setAuthentication(String username, String password_sha)
          Set default authentication credentials.
 ServiceManager ServiceManager.setConnectionTimeout(int connectionTimeout)
          Set default connection timeout.
 ServiceManager ServiceManager.setDebugInfo(String pluginVersion, String mediaCenterVersion, String mediaCenterDate)
          Set default debug information when using a developer method.
 ServiceManager ServiceManager.setReadTimeout(int readTimeout)
          Set default read timeout.
 ServiceManager ServiceManager.setUseSsl(boolean useSsl)
          Set whether or not to use SSL API endpoint.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.