com.jakewharton.trakt.entities
Class RatingResponse
java.lang.Object
com.jakewharton.trakt.entities.Response
com.jakewharton.trakt.entities.RatingResponse
- All Implemented Interfaces:
- TraktEntity, Serializable
public class RatingResponse
- extends Response
- implements TraktEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingResponse
public RatingResponse()
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.