com.jakewharton.trakt.entities
Class CalendarDate

java.lang.Object
  extended by com.jakewharton.trakt.entities.CalendarDate
All Implemented Interfaces:
TraktEntity, Serializable

public final class CalendarDate
extends Object
implements TraktEntity

See Also:
Serialized Form

Nested Class Summary
static class CalendarDate.CalendarTvShowEpisode
           
 
Constructor Summary
CalendarDate()
           
 
Method Summary
 Date getDate()
           
 List<CalendarDate.CalendarTvShowEpisode> getEpisodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarDate

public CalendarDate()
Method Detail

getDate

public Date getDate()

getEpisodes

public List<CalendarDate.CalendarTvShowEpisode> getEpisodes()


Copyright © 2011 Jake Wharton. All Rights Reserved.