Uses of Interface
com.jakewharton.trakt.TraktEnumeration

Packages that use TraktEnumeration
com.jakewharton.trakt Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Trakt RESTful API. 
com.jakewharton.trakt.enumerations All Trakt-defined enumerations which are used both in request responses as well as building remote requests. 
 

Uses of TraktEnumeration in com.jakewharton.trakt
 

Methods in com.jakewharton.trakt with type parameters of type TraktEnumeration
protected
<K extends TraktEnumeration>
com.jakewharton.apibuilder.ApiBuilder
TraktApiBuilder.field(String name, K value)
          Add a URL field value.
protected
<K extends TraktEnumeration>
com.jakewharton.apibuilder.ApiBuilder
TraktApiBuilder.parameter(String name, K value)
          Add a URL parameter value.
protected
<K extends TraktEnumeration>
TraktApiBuilder<T>
TraktApiBuilder.postParameter(String name, K value)
           
 

Uses of TraktEnumeration in com.jakewharton.trakt.enumerations
 

Classes in com.jakewharton.trakt.enumerations that implement TraktEnumeration
 class DayOfTheWeek
           
 class Gender
           
 class MediaType
           
 class Rating
           
 class RatingType
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.