|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraktApiBuilder.HttpMethod | |
---|---|
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. |
Uses of TraktApiBuilder.HttpMethod in com.jakewharton.trakt |
---|
Methods in com.jakewharton.trakt that return TraktApiBuilder.HttpMethod | |
---|---|
static TraktApiBuilder.HttpMethod |
TraktApiBuilder.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TraktApiBuilder.HttpMethod[] |
TraktApiBuilder.HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.jakewharton.trakt with parameters of type TraktApiBuilder.HttpMethod | |
---|---|
TraktApiBuilder(TraktApiService service,
com.google.gson.reflect.TypeToken<T> token,
String urlFormat,
TraktApiBuilder.HttpMethod method)
Initialize a new builder for the specified HTTP method call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |