|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShoutService.EpisodeBuilder | |
---|---|
com.jakewharton.trakt.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
Uses of ShoutService.EpisodeBuilder in com.jakewharton.trakt.services |
---|
Methods in com.jakewharton.trakt.services that return ShoutService.EpisodeBuilder | |
---|---|
ShoutService.EpisodeBuilder |
ShoutService.episode(int tvdbId)
Add a shout to an episode on trakt. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.episode(int episode)
Show episode. |
ShoutService.EpisodeBuilder |
ShoutService.episode(String imdbId)
Add a shout to an episode on trakt. |
ShoutService.EpisodeBuilder |
ShoutService.episode(String title,
int year)
Add a shout to an episode on trakt. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.imdbId(String imdbId)
Show IMDB ID. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.season(int season)
Show season. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.shout(String shout)
Text for the shout. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.title(String title)
Show title. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.tvdbId(int tvdbId)
Show TVDB ID. |
ShoutService.EpisodeBuilder |
ShoutService.EpisodeBuilder.year(int year)
Show year. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |