Uses of Class
com.jakewharton.trakt.services.CalendarService.ShowsBuilder

Packages that use CalendarService.ShowsBuilder
com.jakewharton.trakt.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of CalendarService.ShowsBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return CalendarService.ShowsBuilder
 CalendarService.ShowsBuilder CalendarService.ShowsBuilder.date(Date date)
          Start date for the calendar.
 CalendarService.ShowsBuilder CalendarService.ShowsBuilder.days(int days)
          Number of days to display starting from the date.
 CalendarService.ShowsBuilder CalendarService.shows()
          Returns all shows airing during the time period specified.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.