|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
TraktApiBuilder.field(String name,
K value)
Add a URL field value. |
|
protected
|
TraktApiBuilder.parameter(String name,
K value)
Add a URL parameter value. |
|
protected
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |