com.jakewharton.trakt.entities
Class TvShowSeason.Episodes

java.lang.Object
  extended by com.jakewharton.trakt.entities.TvShowSeason.Episodes
All Implemented Interfaces:
TraktEntity, Serializable
Enclosing class:
TvShowSeason

public static final class TvShowSeason.Episodes
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
TvShowSeason.Episodes()
           
 
Method Summary
 Integer getCount()
           
 List<TvShowEpisode> getEpisodes()
           
 List<Integer> getNumbers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TvShowSeason.Episodes

public TvShowSeason.Episodes()
Method Detail

getCount

public Integer getCount()

getNumbers

public List<Integer> getNumbers()

getEpisodes

public List<TvShowEpisode> getEpisodes()


Copyright © 2011 Jake Wharton. All Rights Reserved.