|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jakewharton.apibuilder.ApiService
com.jakewharton.trakt.TraktApiService
com.jakewharton.trakt.services.ShoutService
public class ShoutService
Nested Class Summary | |
---|---|
static class |
ShoutService.EpisodeBuilder
|
static class |
ShoutService.MovieBuilder
|
static class |
ShoutService.ShowBuilder
|
Field Summary |
---|
Fields inherited from class com.jakewharton.apibuilder.ApiService |
---|
CONTENT_ENCODING |
Constructor Summary | |
---|---|
ShoutService()
|
Method Summary | |
---|---|
ShoutService.EpisodeBuilder |
episode(int tvdbId)
Add a shout to an episode on trakt. |
ShoutService.EpisodeBuilder |
episode(String imdbId)
Add a shout to an episode on trakt. |
ShoutService.EpisodeBuilder |
episode(String title,
int year)
Add a shout to an episode on trakt. |
ShoutService.MovieBuilder |
movie(int tmdbId)
Add a shout to a movie on trakt. |
ShoutService.MovieBuilder |
movie(String imdbId)
Add a shout to a movie on trakt. |
ShoutService.MovieBuilder |
movie(String title,
int year)
Add a shout to a movie on trakt. |
ShoutService.ShowBuilder |
show(int tvdbId)
Add a shout to a show on trakt. |
ShoutService.ShowBuilder |
show(String imdbId)
Add a shout to a show on trakt. |
ShoutService.ShowBuilder |
show(String title,
int year)
Add a shout to a show on trakt. |
Methods inherited from class com.jakewharton.trakt.TraktApiService |
---|
get, post, setApiKey, setAuthentication, setMediaCenterDate, setMediaCenterVersion, setPluginVersion, setUseSsl, unmarshall, unmarshall, unmarshall |
Methods inherited from class com.jakewharton.apibuilder.ApiService |
---|
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getRequestHeader, getRequestHeaderNames, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShoutService()
Method Detail |
---|
public ShoutService.EpisodeBuilder episode(String imdbId)
imdbId
- IMDB ID for the show.
public ShoutService.EpisodeBuilder episode(int tvdbId)
tvdbId
- TVDB ID (thetvdb.com) for the show.
public ShoutService.EpisodeBuilder episode(String title, int year)
title
- Show title.year
- Show title.
public ShoutService.MovieBuilder movie(String imdbId)
imdbId
- IMDB ID for the movie.
public ShoutService.MovieBuilder movie(int tmdbId)
tmdbId
- TMDB (themoviedb.org) ID for the movie.
public ShoutService.MovieBuilder movie(String title, int year)
title
- Movie title.year
- Movie year.
public ShoutService.ShowBuilder show(String imdbId)
imdbId
- IMDB ID for the show.
public ShoutService.ShowBuilder show(int tvdbId)
tvdbId
- TVDB ID (thetvdb.com) for the show.
public ShoutService.ShowBuilder show(String title, int year)
title
- Show title.year
- Show year.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |