|
||||||||||
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.UserService
public final class UserService
Nested Class Summary | |
---|---|
static class |
UserService.CalendarShowsBuilder
|
static class |
UserService.FriendsBuilder
|
static class |
UserService.LibraryMoviesAllBuilder
|
static class |
UserService.LibraryMoviesCollectionBuilder
|
static class |
UserService.LibraryMoviesHatedBuilder
|
static class |
UserService.LibraryMoviesLovedBuilder
|
static class |
UserService.LibraryShowsAllBuilder
|
static class |
UserService.LibraryShowsCollectionBuilder
|
static class |
UserService.LibraryShowsHatedBuilder
|
static class |
UserService.LibraryShowsLovedBuilder
|
static class |
UserService.LibraryShowsWatchedBuilder
|
static class |
UserService.ProfileBuilder
|
static class |
UserService.WatchedBuilder
|
static class |
UserService.WatchedEpisodesBuilder
|
static class |
UserService.WatchedMoviesBuilder
|
static class |
UserService.WatchingBuilder
|
static class |
UserService.WatchlistEpisodesBuilder
|
static class |
UserService.WatchlistMoviesBuilder
|
static class |
UserService.WatchlistShowsBuilder
|
Field Summary |
---|
Fields inherited from class com.jakewharton.apibuilder.ApiService |
---|
CONTENT_ENCODING |
Constructor Summary | |
---|---|
UserService()
|
Method Summary | |
---|---|
UserService.CalendarShowsBuilder |
calendarShows(String username)
Returns a users shows airing during the time period specified. |
UserService.FriendsBuilder |
friends(String username)
Returns an array of the user's friends. |
UserService.LibraryMoviesAllBuilder |
libraryMoviesAll(String username)
Returns all movies in a user's library. |
UserService.LibraryMoviesCollectionBuilder |
libraryMoviesCollection(String username)
Returns all movies in a user's library collection. |
UserService.LibraryMoviesHatedBuilder |
libraryMoviesHated(String username)
Returns all movies a user has hated. |
UserService.LibraryMoviesLovedBuilder |
libraryMoviesLoved(String username)
Returns all movies a user has loved. |
UserService.LibraryShowsAllBuilder |
libraryShowsAll(String username)
Returns all shows in a user's library. |
UserService.LibraryShowsCollectionBuilder |
libraryShowsCollection(String username)
Returns all shows and episodes in a user's library collection. |
UserService.LibraryShowsHatedBuilder |
libraryShowsHated(String username)
Returns all shows a user has hated. |
UserService.LibraryShowsLovedBuilder |
libraryShowsLoved(String username)
Returns all shows a user has loved. |
UserService.LibraryShowsWatchedBuilder |
libraryShowsWatched(String username)
Returns all shows and episodes that a user has watched. |
UserService.ProfileBuilder |
profile(String username)
Returns profile information for a user. |
UserService.WatchedBuilder |
watched(String username)
Returns the last 100 TV show episodes and movies a user has watched using Trakt. |
UserService.WatchedEpisodesBuilder |
watchedEpisodes(String username)
Returns the last 100 TV show episodes a user has watched using Trakt. |
UserService.WatchedMoviesBuilder |
watchedMovies(String username)
Returns the last 100 movies a user has watched using Trakt. |
UserService.WatchingBuilder |
watching(String username)
Returns the TV show episode or movie a user is currently watching. |
UserService.WatchlistEpisodesBuilder |
watchlistEpisodes(String username)
Returns all episodes in a user's watchlist. |
UserService.WatchlistMoviesBuilder |
watchlistMovies(String username)
Returns all movies in a user's watchlist. |
UserService.WatchlistShowsBuilder |
watchlistShows(String username)
Returns all shows in a user's watchlist. |
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 UserService()
Method Detail |
---|
public UserService.CalendarShowsBuilder calendarShows(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchingBuilder watching(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchedBuilder watched(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchedEpisodesBuilder watchedEpisodes(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchedMoviesBuilder watchedMovies(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchlistEpisodesBuilder watchlistEpisodes(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchlistMoviesBuilder watchlistMovies(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.WatchlistShowsBuilder watchlistShows(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.ProfileBuilder profile(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.FriendsBuilder friends(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryMoviesAllBuilder libraryMoviesAll(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryMoviesCollectionBuilder libraryMoviesCollection(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryMoviesHatedBuilder libraryMoviesHated(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryMoviesLovedBuilder libraryMoviesLoved(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryShowsAllBuilder libraryShowsAll(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryShowsCollectionBuilder libraryShowsCollection(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryShowsHatedBuilder libraryShowsHated(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryShowsLovedBuilder libraryShowsLoved(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
public UserService.LibraryShowsWatchedBuilder libraryShowsWatched(String username)
username
- You can get a username by browsing the website and
looking at the URL when on a profile page.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |