com.jakewharton.trakt.entities
Class TvShowSeason

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

public class TvShowSeason
extends Object
implements TraktEntity

See Also:
Serialized Form

Nested Class Summary
static class TvShowSeason.Episodes
           
 
Constructor Summary
TvShowSeason()
           
 
Method Summary
 TvShowSeason.Episodes getEpisodes()
           
 Images getImages()
           
 Integer getSeason()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TvShowSeason

public TvShowSeason()
Method Detail

getSeason

public Integer getSeason()

getEpisodes

public TvShowSeason.Episodes getEpisodes()

getUrl

public String getUrl()

getImages

public Images getImages()


Copyright © 2011 Jake Wharton. All Rights Reserved.