com.jakewharton.trakt.entities
Class RatingResponse

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

public class RatingResponse
extends Response
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
RatingResponse()
           
 
Method Summary
 Boolean getFacebook()
           
 Rating getRating()
           
 Ratings getRatings()
           
 Boolean getTumblr()
           
 Boolean getTwitter()
           
 RatingType getType()
           
 
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

RatingResponse

public RatingResponse()
Method Detail

getType

public RatingType getType()

getRating

public Rating getRating()

getRatings

public Ratings getRatings()

getFacebook

public Boolean getFacebook()

getTwitter

public Boolean getTwitter()

getTumblr

public Boolean getTumblr()


Copyright © 2011 Jake Wharton. All Rights Reserved.