com.jakewharton.trakt.services
Class CalendarService

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

public class CalendarService
extends TraktApiService


Nested Class Summary
static class CalendarService.PremieresBuilder
           
static class CalendarService.ShowsBuilder
           
 
Field Summary
 
Fields inherited from class com.jakewharton.apibuilder.ApiService
CONTENT_ENCODING
 
Constructor Summary
CalendarService()
           
 
Method Summary
 CalendarService.PremieresBuilder premieres()
          Returns all shows premiering during the time period specified.
 CalendarService.ShowsBuilder shows()
          Returns all shows airing during the time period specified.
 
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

CalendarService

public CalendarService()
Method Detail

premieres

public CalendarService.PremieresBuilder premieres()
Returns all shows premiering during the time period specified.

Returns:
Builder instance.

shows

public CalendarService.ShowsBuilder shows()
Returns all shows airing during the time period specified.

Returns:
Builder instance.


Copyright © 2011 Jake Wharton. All Rights Reserved.