Uses of Class
com.jakewharton.trakt.enumerations.RatingType

Packages that use RatingType
com.jakewharton.trakt.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
com.jakewharton.trakt.enumerations All Trakt-defined enumerations which are used both in request responses as well as building remote requests. 
 

Uses of RatingType in com.jakewharton.trakt.entities
 

Methods in com.jakewharton.trakt.entities that return RatingType
 RatingType RatingResponse.getType()
           
 

Uses of RatingType in com.jakewharton.trakt.enumerations
 

Methods in com.jakewharton.trakt.enumerations that return RatingType
static RatingType RatingType.fromValue(String value)
           
static RatingType RatingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RatingType[] RatingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.