|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraktApiBuilder | |
---|---|
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.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
Uses of TraktApiBuilder in com.jakewharton.trakt |
---|
Methods in com.jakewharton.trakt that return TraktApiBuilder | ||
---|---|---|
protected TraktApiBuilder<T> |
TraktApiBuilder.postParameter(String name,
int value)
|
|
protected TraktApiBuilder<T> |
TraktApiBuilder.postParameter(String name,
com.google.gson.JsonElement value)
|
|
protected
|
TraktApiBuilder.postParameter(String name,
K value)
|
|
protected TraktApiBuilder<T> |
TraktApiBuilder.postParameter(String name,
String value)
|
Uses of TraktApiBuilder in com.jakewharton.trakt.services |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |