com.jakewharton.trakt.entities
Class DismissResponse

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

public class DismissResponse
extends Response

See Also:
Serialized Form

Constructor Summary
DismissResponse()
           
 
Method Summary
 Movie getMovie()
           
 TvShow getTvShow()
           
 
Methods inherited from class com.jakewharton.trakt.entities.Response
getError, getMessage, getStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DismissResponse

public DismissResponse()
Method Detail

getMovie

public Movie getMovie()

getTvShow

public TvShow getTvShow()


Copyright © 2011 Jake Wharton. All Rights Reserved.