com.jakewharton.trakt.services
Class GenreService

java.lang.Object
  extended by com.jakewharton.apibuilder.ApiService
      extended by com.jakewharton.trakt.TraktApiService
          extended by com.jakewharton.trakt.services.GenreService

public class GenreService
extends TraktApiService


Nested Class Summary
static class GenreService.MoviesBuilder
           
static class GenreService.ShowsBuilder
           
 
Field Summary
 
Fields inherited from class com.jakewharton.apibuilder.ApiService
CONTENT_ENCODING
 
Constructor Summary
GenreService()
           
 
Method Summary
 GenreService.MoviesBuilder movies()
           
 GenreService.ShowsBuilder shows()
           
 
Methods inherited from class com.jakewharton.trakt.TraktApiService
get, post, setApiKey, setAuthentication, setMediaCenterDate, setMediaCenterVersion, setPluginVersion, setUseSsl, unmarshall, unmarshall, unmarshall
 
Methods inherited from class com.jakewharton.apibuilder.ApiService
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getRequestHeader, getRequestHeaderNames, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenreService

public GenreService()
Method Detail

movies

public GenreService.MoviesBuilder movies()

shows

public GenreService.ShowsBuilder shows()


Copyright © 2011 Jake Wharton. All Rights Reserved.