A B C D E F G H I L M N O P Q R S T U V W Y

A

accountService() - Method in class com.jakewharton.trakt.ServiceManager
 
AccountService - Class in com.jakewharton.trakt.services
 
AccountService() - Constructor for class com.jakewharton.trakt.services.AccountService
 
AccountService.CreateBuilder - Class in com.jakewharton.trakt.services
 
AccountService.TestBuilder - Class in com.jakewharton.trakt.services
 
add(String) - Method in class com.jakewharton.trakt.services.FriendsService
Add a new friend.
all() - Method in class com.jakewharton.trakt.services.FriendsService
Get a list of all friends including the timestamp when they were approved.
approve(String) - Method in class com.jakewharton.trakt.services.FriendsService
Approve a friend request.

B

Base64 - Class in com.jakewharton.trakt.util
Provides serialization and deserialization between a regular string and a base-64 encoded string.
Base64.InputStream - Class in com.jakewharton.trakt.util
The Class InputStream.
Base64.InputStream(InputStream) - Constructor for class com.jakewharton.trakt.util.Base64.InputStream
Instantiates a new input stream.
Base64.InputStream(InputStream, int) - Constructor for class com.jakewharton.trakt.util.Base64.InputStream
Instantiates a new input stream.
Base64.OutputStream - Class in com.jakewharton.trakt.util
The Class OutputStream.
Base64.OutputStream(OutputStream) - Constructor for class com.jakewharton.trakt.util.Base64.OutputStream
Instantiates a new output stream.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jakewharton.trakt.util.Base64.OutputStream
Instantiates a new output stream.

C

CalendarDate - Class in com.jakewharton.trakt.entities
 
CalendarDate() - Constructor for class com.jakewharton.trakt.entities.CalendarDate
 
CalendarDate.CalendarTvShowEpisode - Class in com.jakewharton.trakt.entities
 
CalendarDate.CalendarTvShowEpisode() - Constructor for class com.jakewharton.trakt.entities.CalendarDate.CalendarTvShowEpisode
 
calendarService() - Method in class com.jakewharton.trakt.ServiceManager
 
CalendarService - Class in com.jakewharton.trakt.services
 
CalendarService() - Constructor for class com.jakewharton.trakt.services.CalendarService
 
CalendarService.PremieresBuilder - Class in com.jakewharton.trakt.services
 
CalendarService.ShowsBuilder - Class in com.jakewharton.trakt.services
 
calendarShows(String) - Method in class com.jakewharton.trakt.services.UserService
Returns a users shows airing during the time period specified.
cancelWatching() - Method in class com.jakewharton.trakt.services.MovieService
Notify Trakt that a user has stopped watching a movie.
cancelWatching() - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has stopped watching a show.
close() - Method in class com.jakewharton.trakt.util.Base64.OutputStream
 
com.jakewharton.trakt - package 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.entities - package com.jakewharton.trakt.entities
Immutable POJOs which provide native object representation of the JSON returned by remote API calls.
com.jakewharton.trakt.enumerations - package com.jakewharton.trakt.enumerations
All Trakt-defined enumerations which are used both in request responses as well as building remote requests.
com.jakewharton.trakt.services - package com.jakewharton.trakt.services
Service classes provide implementations for the interaction with and assembling of specific remote API calls.
com.jakewharton.trakt.util - package com.jakewharton.trakt.util
Utilities for handling the interaction with remote APIs.
create(String, String, String) - Method in class com.jakewharton.trakt.services.AccountService
Create a new trakt account.
createAccountService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createCalendarService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createFriendsService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createGenreService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createMovieService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createRateService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createRecommendationsService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createSearchService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createShoutService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createShowService() - Static method in class com.jakewharton.trakt.ServiceManager
 
createUserService() - Static method in class com.jakewharton.trakt.ServiceManager
 

D

date(Date) - Method in class com.jakewharton.trakt.services.CalendarService.PremieresBuilder
Start date for the calendar.
date(Date) - Method in class com.jakewharton.trakt.services.CalendarService.ShowsBuilder
Start date for the calendar.
date(Date) - Method in class com.jakewharton.trakt.services.UserService.CalendarShowsBuilder
Start date for the calendar.
dateToUnixTimestamp(Date) - Static method in class com.jakewharton.trakt.TraktApiBuilder
Convert a Date to its Unix timestamp equivalent.
DayOfTheWeek - Enum in com.jakewharton.trakt.enumerations
 
days(int) - Method in class com.jakewharton.trakt.services.CalendarService.PremieresBuilder
Number of days to display starting from the date.
days(int) - Method in class com.jakewharton.trakt.services.CalendarService.ShowsBuilder
Number of days to display starting from the date.
days(int) - Method in class com.jakewharton.trakt.services.UserService.CalendarShowsBuilder
Number of days to display starting from the date.
DECODE - Static variable in class com.jakewharton.trakt.util.Base64
The Constant DECODE.
decode(byte[]) - Static method in class com.jakewharton.trakt.util.Base64
Decode.
decode(byte[], int, int, int) - Static method in class com.jakewharton.trakt.util.Base64
Decode.
decode(String) - Static method in class com.jakewharton.trakt.util.Base64
Decode.
decode(String, int) - Static method in class com.jakewharton.trakt.util.Base64
Decode.
decodeFileToFile(String, String) - Static method in class com.jakewharton.trakt.util.Base64
Decode file to file.
decodeFromFile(String) - Static method in class com.jakewharton.trakt.util.Base64
Decode from file.
decodeToFile(String, String) - Static method in class com.jakewharton.trakt.util.Base64
Decode to file.
decodeToObject(String) - Static method in class com.jakewharton.trakt.util.Base64
Decode to object.
decodeToObject(String, int, ClassLoader) - Static method in class com.jakewharton.trakt.util.Base64
Decode to object.
delete(String) - Method in class com.jakewharton.trakt.services.FriendsService
Delete a friend.
deny(String) - Method in class com.jakewharton.trakt.services.FriendsService
Deny a friend request.
dismissMovie(String) - Method in class com.jakewharton.trakt.services.RecommendationsService
Dismiss a movie recommendation.
dismissMovie(int) - Method in class com.jakewharton.trakt.services.RecommendationsService
Dismiss a movie recommendation.
dismissMovie(String, int) - Method in class com.jakewharton.trakt.services.RecommendationsService
Dismiss a movie recommendation.
DismissResponse - Class in com.jakewharton.trakt.entities
 
DismissResponse() - Constructor for class com.jakewharton.trakt.entities.DismissResponse
 
dismissShow(int) - Method in class com.jakewharton.trakt.services.RecommendationsService
Dismiss a show recommendation.
dismissShow(String, int) - Method in class com.jakewharton.trakt.services.RecommendationsService
Dismiss a show recommendation.
DO_BREAK_LINES - Static variable in class com.jakewharton.trakt.util.Base64
The Constant DO_BREAK_LINES.
DONT_GUNZIP - Static variable in class com.jakewharton.trakt.util.Base64
The Constant DONT_GUNZIP.
duration(int) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
Duration (in minutes).
duration(int) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
Duration (in minutes).
duration(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Duration (in minutes).
duration(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Duration (in minutes).

E

email(String) - Method in class com.jakewharton.trakt.services.AccountService.CreateBuilder
E-mail to register, a welcome email will automatically be sent here.
ENCODE - Static variable in class com.jakewharton.trakt.util.Base64
The Constant ENCODE.
encode(ByteBuffer, ByteBuffer) - Static method in class com.jakewharton.trakt.util.Base64
Encode.
encode(ByteBuffer, CharBuffer) - Static method in class com.jakewharton.trakt.util.Base64
Encode.
encodeBytes(byte[]) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes.
encodeBytes(byte[], int) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes.
encodeBytes(byte[], int, int) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes.
encodeBytes(byte[], int, int, int) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes.
encodeBytesToBytes(byte[]) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes to bytes.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.jakewharton.trakt.util.Base64
Encode bytes to bytes.
encodeFileToFile(String, String) - Static method in class com.jakewharton.trakt.util.Base64
Encode file to file.
encodeFromFile(String) - Static method in class com.jakewharton.trakt.util.Base64
Encode from file.
encodeObject(Serializable) - Static method in class com.jakewharton.trakt.util.Base64
Encode object.
encodeObject(Serializable, int) - Static method in class com.jakewharton.trakt.util.Base64
Encode object.
encodeToFile(byte[], String) - Static method in class com.jakewharton.trakt.util.Base64
Encode to file.
endYear(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.MoviesBuilder
4 digit year to filter movies released in this year or earlier.
endYear(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.ShowsBuilder
4 digit year to filter shows premiering in this year or earlier.
episode(int) - Method in class com.jakewharton.trakt.services.RateService
Rate an episode on Trakt.
episode(String, int) - Method in class com.jakewharton.trakt.services.RateService
Rate an episode on Trakt.
episode(int) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
episode(String) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to an episode on trakt.
episode(int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to an episode on trakt.
episode(String, int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to an episode on trakt.
episode(int) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show episode.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
Add an episode to the list.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
Add an episode to the list.
episode(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeShoutsBuilder
Set episode number.
episode(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSummaryBuilder
Show episode.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
Add an episode to the list.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
Add an episode to the list.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
Add an episode to the list.
episode(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchingNowBuilder
The episode number.
episode(int, int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
Add an episode to the list.
episode(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Show episode.
episode(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Show episode.
episodeLibrary(String) - Method in class com.jakewharton.trakt.services.ShowService
Add unwatched episodes to your library.
episodeLibrary(int) - Method in class com.jakewharton.trakt.services.ShowService
Add unwatched episodes to your library.
episodeLibrary(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Add unwatched episodes to your library.
episodes(String) - Method in class com.jakewharton.trakt.services.SearchService
Search for TV show episodes.
episodeSeen(String) - Method in class com.jakewharton.trakt.services.ShowService
Add episodes watched outside of trakt to your library.
episodeSeen(int) - Method in class com.jakewharton.trakt.services.ShowService
Add episodes watched outside of trakt to your library.
episodeSeen(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Add episodes watched outside of trakt to your library.
episodeShouts(String, int, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns all shouts for an episode.
episodeShouts(int, int, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns all shouts for an episode.
episodeSummary(int, int, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns information for an episode including ratings.
episodeSummary(String, int, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns information for an episode including ratings.
episodeUnlibrary(String) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes from your library collection.
episodeUnlibrary(int) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes from your library collection.
episodeUnlibrary(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes from your library collection.
episodeUnseen(String) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes watched outside of trakt from your library.
episodeUnseen(int) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes watched outside of trakt from your library.
episodeUnseen(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Remove episodes watched outside of trakt from your library.
episodeUnwatchlist(String) - Method in class com.jakewharton.trakt.services.ShowService
Remove one or more episodes for a specific show from your watchlist.
episodeUnwatchlist(int) - Method in class com.jakewharton.trakt.services.ShowService
Remove one or more episodes for a specific show from your watchlist.
episodeUnwatchlist(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Remove one or more episodes for a specific show from your watchlist.
episodeWatchingNow(String, int, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns a array of all users watching an episode.
episodeWatchlist(String) - Method in class com.jakewharton.trakt.services.ShowService
Add one or more episodes for a specific show to your watchlist.
episodeWatchlist(int) - Method in class com.jakewharton.trakt.services.ShowService
Add one or more episodes for a specific show to your watchlist.
episodeWatchlist(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Add one or more episodes for a specific show to your watchlist.
execute() - Method in class com.jakewharton.trakt.TraktApiBuilder
Execute the remote API method and return the JSON object result.
extended() - Method in class com.jakewharton.trakt.services.ShowService.SummaryBuilder
Returns complete season and episode info.

F

field(String, Date) - Method in class com.jakewharton.trakt.TraktApiBuilder
Add a URL field value.
field(String, K) - Method in class com.jakewharton.trakt.TraktApiBuilder
Add a URL field value.
FIELD_API_KEY - Static variable in class com.jakewharton.trakt.TraktApiBuilder
API key field name.
FIELD_DATE - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_DAYS - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_EPISODE - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_EXTENDED - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_QUERY - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_SEASON - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_TITLE - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
FIELD_USERNAME - Static variable in class com.jakewharton.trakt.TraktApiBuilder
 
fire() - Method in class com.jakewharton.trakt.TraktApiBuilder
Execute remote API method and unmarshall the result to its native type.
flushBase64() - Method in class com.jakewharton.trakt.util.Base64.OutputStream
Flush base64.
friend(String) - Method in class com.jakewharton.trakt.services.FriendsService.AddBuilder
Username of the friend to add.
friend(String) - Method in class com.jakewharton.trakt.services.FriendsService.ApproveBuilder
Username of the friend to approve.
friend(String) - Method in class com.jakewharton.trakt.services.FriendsService.DeleteBuilder
Username of the friend to delete.
friend(String) - Method in class com.jakewharton.trakt.services.FriendsService.DenyBuilder
Username of the friend to delete.
friends(String) - Method in class com.jakewharton.trakt.services.UserService
Returns an array of the user's friends.
friendsService() - Method in class com.jakewharton.trakt.ServiceManager
 
FriendsService - Class in com.jakewharton.trakt.services
 
FriendsService() - Constructor for class com.jakewharton.trakt.services.FriendsService
 
FriendsService.AddBuilder - Class in com.jakewharton.trakt.services
 
FriendsService.AllBuilder - Class in com.jakewharton.trakt.services
 
FriendsService.ApproveBuilder - Class in com.jakewharton.trakt.services
 
FriendsService.DeleteBuilder - Class in com.jakewharton.trakt.services
 
FriendsService.DenyBuilder - Class in com.jakewharton.trakt.services
 
FriendsService.RequestsBuilder - Class in com.jakewharton.trakt.services
 
fromValue(String) - Static method in enum com.jakewharton.trakt.enumerations.DayOfTheWeek
 
fromValue(String) - Static method in enum com.jakewharton.trakt.enumerations.Gender
 
fromValue(String) - Static method in enum com.jakewharton.trakt.enumerations.MediaType
 
fromValue(String) - Static method in enum com.jakewharton.trakt.enumerations.Rating
 
fromValue(String) - Static method in enum com.jakewharton.trakt.enumerations.RatingType
 

G

Gender - Enum in com.jakewharton.trakt.enumerations
 
Genre - Class in com.jakewharton.trakt.entities
 
Genre() - Constructor for class com.jakewharton.trakt.entities.Genre
 
genre(Genre) - Method in class com.jakewharton.trakt.services.RecommendationsService.MoviesBuilder
Genre slug to filter by.
genre(Genre) - Method in class com.jakewharton.trakt.services.RecommendationsService.ShowsBuilder
Genre slug to filter by.
genreService() - Method in class com.jakewharton.trakt.ServiceManager
 
GenreService - Class in com.jakewharton.trakt.services
 
GenreService() - Constructor for class com.jakewharton.trakt.services.GenreService
 
GenreService.MoviesBuilder - Class in com.jakewharton.trakt.services
 
GenreService.ShowsBuilder - Class in com.jakewharton.trakt.services
 
get(String) - Method in class com.jakewharton.trakt.TraktApiService
Execute request using HTTP GET.
getAbout() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getAge() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getAirDay() - Method in class com.jakewharton.trakt.entities.TvShow
 
getAirTime() - Method in class com.jakewharton.trakt.entities.TvShow
 
getApproved() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getAvatar() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getBiography() - Method in class com.jakewharton.trakt.entities.Person
 
getBirthday() - Method in class com.jakewharton.trakt.entities.Person
 
getBirthplace() - Method in class com.jakewharton.trakt.entities.Person
 
getCertification() - Method in class com.jakewharton.trakt.entities.Movie
 
getCertification() - Method in class com.jakewharton.trakt.entities.TvShow
 
getCount() - Method in class com.jakewharton.trakt.entities.TvShowSeason.Episodes
 
getCountry() - Method in class com.jakewharton.trakt.entities.TvShow
 
getDate() - Method in class com.jakewharton.trakt.entities.CalendarDate
 
getDate() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getEpisode() - Method in class com.jakewharton.trakt.entities.CalendarDate.CalendarTvShowEpisode
 
getEpisode() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getEpisode() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getEpisodes() - Method in class com.jakewharton.trakt.entities.CalendarDate
 
getEpisodes() - Method in class com.jakewharton.trakt.entities.TvShow
 
getEpisodes() - Method in class com.jakewharton.trakt.entities.TvShowSeason.Episodes
 
getEpisodes() - Method in class com.jakewharton.trakt.entities.TvShowSeason
 
getEpisodes() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats
 
getError() - Method in class com.jakewharton.trakt.entities.Response
 
getFacebook() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getFanart() - Method in class com.jakewharton.trakt.entities.Images
 
getFirstAired() - Method in class com.jakewharton.trakt.entities.TvShow
 
getFirstAired() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getFriends() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats
 
getFullName() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getGender() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getHated() - Method in class com.jakewharton.trakt.entities.Ratings
 
getHeadshot() - Method in class com.jakewharton.trakt.entities.Images
 
getImages() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getImages() - Method in class com.jakewharton.trakt.entities.Person
 
getImages() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getImages() - Method in class com.jakewharton.trakt.entities.TvShowSeason
 
getImdbId() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getInCollection() - Method in class com.jakewharton.trakt.entities.Movie
 
getInserted() - Method in class com.jakewharton.trakt.entities.Shout
 
getInserted() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getInWatchlist() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getInWatchlist() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getJoined() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getLibrary() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getLibrary() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Shows
 
getLocation() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getLoved() - Method in class com.jakewharton.trakt.entities.Ratings
 
getMessage() - Method in class com.jakewharton.trakt.entities.Response
 
getMovie() - Method in class com.jakewharton.trakt.entities.DismissResponse
 
getMovie() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getMovies() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats
 
getName() - Method in class com.jakewharton.trakt.entities.Genre
 
getName() - Method in class com.jakewharton.trakt.entities.Person
 
getNetwork() - Method in class com.jakewharton.trakt.entities.TvShow
 
getNumber() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getNumbers() - Method in class com.jakewharton.trakt.entities.TvShowSeason.Episodes
 
getOverview() - Method in class com.jakewharton.trakt.entities.Movie
 
getOverview() - Method in class com.jakewharton.trakt.entities.TvShow
 
getOverview() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getPercentage() - Method in class com.jakewharton.trakt.entities.Ratings
 
getPlays() - Method in class com.jakewharton.trakt.entities.MediaBase.Stats
 
getPlays() - Method in class com.jakewharton.trakt.entities.Movie
 
getPlays() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getPlays() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getPostBody() - Method in exception com.jakewharton.trakt.TraktException
 
getPoster() - Method in class com.jakewharton.trakt.entities.Images
 
getProtected() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getRating() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getRating() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getRating() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getRatings() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getRatings() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getRatings() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getReleased() - Method in class com.jakewharton.trakt.entities.Movie
 
getResponse() - Method in exception com.jakewharton.trakt.TraktException
 
getRuntime() - Method in class com.jakewharton.trakt.entities.Movie
 
getRuntime() - Method in class com.jakewharton.trakt.entities.TvShow
 
getScreen() - Method in class com.jakewharton.trakt.entities.Images
 
getSeason() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getSeason() - Method in class com.jakewharton.trakt.entities.TvShowSeason
 
getSeasons() - Method in class com.jakewharton.trakt.entities.TvShow
 
getShout() - Method in class com.jakewharton.trakt.entities.Shout
 
getShow() - Method in class com.jakewharton.trakt.entities.CalendarDate.CalendarTvShowEpisode
 
getShow() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getShows() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats
 
getSlug() - Method in class com.jakewharton.trakt.entities.Genre
 
getStats() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getStats() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getStatus() - Method in class com.jakewharton.trakt.entities.Response
 
getTagline() - Method in class com.jakewharton.trakt.entities.Movie
 
getTitle() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getTitle() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getTmdbId() - Method in class com.jakewharton.trakt.entities.Movie
 
getTmdbId() - Method in class com.jakewharton.trakt.entities.Person
 
getTopEpisodes() - Method in class com.jakewharton.trakt.entities.TvShow
 
getTopWatchers() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getTrailer() - Method in class com.jakewharton.trakt.entities.Movie
 
getTumblr() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getTvdbId() - Method in class com.jakewharton.trakt.entities.TvShow
 
getTvRageId() - Method in class com.jakewharton.trakt.entities.TvShow
 
getTvShow() - Method in class com.jakewharton.trakt.entities.DismissResponse
 
getTwitter() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getType() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getType() - Method in class com.jakewharton.trakt.entities.RatingResponse
 
getUnwatched() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getUnwatched() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getUrl() - Method in class com.jakewharton.trakt.entities.MediaBase
 
getUrl() - Method in class com.jakewharton.trakt.entities.Person
 
getUrl() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getUrl() - Method in class com.jakewharton.trakt.entities.TvShowSeason
 
getUrl() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getUrl() - Method in exception com.jakewharton.trakt.TraktException
 
getUser() - Method in class com.jakewharton.trakt.entities.Shout
 
getUsername() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getVotes() - Method in class com.jakewharton.trakt.entities.Ratings
 
getWatched() - Method in class com.jakewharton.trakt.entities.MediaEntity
 
getWatched() - Method in class com.jakewharton.trakt.entities.Movie
 
getWatched() - Method in class com.jakewharton.trakt.entities.TvShowEpisode
 
getWatched() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getWatched() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getWatched() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getWatchedElsewhere() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getWatchedElsewhere() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getWatchedTrakt() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getWatchedTrakt() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getWatchedTraktUnique() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getWatchedTraktUnique() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getWatchedUnique() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
getWatchedUnique() - Method in class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
getWatchers() - Method in class com.jakewharton.trakt.entities.MediaBase.Stats
 
getWatching() - Method in class com.jakewharton.trakt.entities.UserProfile
 
getYear() - Method in class com.jakewharton.trakt.entities.MediaBase
 
GZIP - Static variable in class com.jakewharton.trakt.util.Base64
The Constant GZIP.

H

hasPostParameter(String) - Method in class com.jakewharton.trakt.TraktApiBuilder
 

I

Images - Class in com.jakewharton.trakt.entities
 
Images() - Constructor for class com.jakewharton.trakt.entities.Images
 
imdbId(String) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
IMDB ID for the movie.
imdbId(String) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
IMDB ID for the movie.
imdbId(String) - Method in class com.jakewharton.trakt.services.RateService.MovieBuilder
 
imdbId(String) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissMovieBuilder
IMDB ID for the movie.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShoutService.MovieBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShoutService.ShowBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
Show IMDB ID.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
IMDB ID for the show.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.UnlibraryBuilder
IMDB ID for the show.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.UnwatchlistBuilder
Add a show to be removed.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
IMDB ID for the show.
imdbId(String) - Method in class com.jakewharton.trakt.services.ShowService.WatchlistBuilder
Add a show to be added.
includeDebugStrings() - Method in class com.jakewharton.trakt.TraktApiBuilder
Mark current builder as Trakt developer method.

L

library() - Method in class com.jakewharton.trakt.services.MovieService
Add unwatched movies to your library.
libraryMoviesAll(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all movies in a user's library.
libraryMoviesCollection(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all movies in a user's library collection.
libraryMoviesHated(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all movies a user has hated.
libraryMoviesLoved(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all movies a user has loved.
libraryShowsAll(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows in a user's library.
libraryShowsCollection(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows and episodes in a user's library collection.
libraryShowsHated(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows a user has hated.
libraryShowsLoved(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows a user has loved.
libraryShowsWatched(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows and episodes that a user has watched.

M

main(String...) - Static method in class Test
 
MediaBase - Class in com.jakewharton.trakt.entities
 
MediaBase() - Constructor for class com.jakewharton.trakt.entities.MediaBase
 
MediaBase.Stats - Class in com.jakewharton.trakt.entities
 
MediaBase.Stats() - Constructor for class com.jakewharton.trakt.entities.MediaBase.Stats
 
MediaEntity - Class in com.jakewharton.trakt.entities
 
MediaEntity() - Constructor for class com.jakewharton.trakt.entities.MediaEntity
 
MediaType - Enum in com.jakewharton.trakt.enumerations
 
Movie - Class in com.jakewharton.trakt.entities
 
Movie() - Constructor for class com.jakewharton.trakt.entities.Movie
 
movie(String, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.LibraryBuilder
Add a movie to the list of library movies.
movie(int, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.LibraryBuilder
Add a movie to the list of library movies.
movie(String, int, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.LibraryBuilder
Add a movie to the list of library movies.
movie(String, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.SeenBuilder
Add a movie to the list of seen movies.
movie(int, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.SeenBuilder
Add a movie to the list of seen movies.
movie(String, int, int, Date) - Method in class com.jakewharton.trakt.services.MovieService.SeenBuilder
Add a movie to the list of seen movies.
movie(String) - Method in class com.jakewharton.trakt.services.MovieService.UnlibraryBuilder
Add a movie to the list of library movies for removal.
movie(int) - Method in class com.jakewharton.trakt.services.MovieService.UnlibraryBuilder
Add a movie to the list of library movies for removal.
movie(String, int) - Method in class com.jakewharton.trakt.services.MovieService.UnlibraryBuilder
Add a movie to the list of library movies for removal.
movie(String) - Method in class com.jakewharton.trakt.services.MovieService.UnseenBuilder
Add a movie to the list of seen movies for removal.
movie(int) - Method in class com.jakewharton.trakt.services.MovieService.UnseenBuilder
Add a movie to the list of seen movies for removal.
movie(String, int) - Method in class com.jakewharton.trakt.services.MovieService.UnseenBuilder
Add a movie to the list of seen movies for removal.
movie(String) - Method in class com.jakewharton.trakt.services.MovieService.UnwatchlistBuilder
Add a movie to the list of watchlist movies for removal.
movie(int) - Method in class com.jakewharton.trakt.services.MovieService.UnwatchlistBuilder
Add a movie to the list of watchlist movies for removal.
movie(String, int) - Method in class com.jakewharton.trakt.services.MovieService.UnwatchlistBuilder
Add a movie to the list of watchlist movies for removal.
movie(String) - Method in class com.jakewharton.trakt.services.MovieService.WatchlistBuilder
Add a movie to the list of library movies for removal.
movie(int) - Method in class com.jakewharton.trakt.services.MovieService.WatchlistBuilder
Add a movie to the list of library movies for removal.
movie(String, int) - Method in class com.jakewharton.trakt.services.MovieService.WatchlistBuilder
Add a movie to the list of library movies for removal.
movie(String) - Method in class com.jakewharton.trakt.services.RateService
Rate a movie on Trakt.
movie(String, int) - Method in class com.jakewharton.trakt.services.RateService
Rate a movie on Trakt.
movie(String) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a movie on trakt.
movie(int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a movie on trakt.
movie(String, int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a movie on trakt.
movies() - Method in class com.jakewharton.trakt.services.GenreService
 
movies() - Method in class com.jakewharton.trakt.services.RecommendationsService
Get a list of movie recommendations created from your watching history and your friends.
movies(String) - Method in class com.jakewharton.trakt.services.SearchService
Search for movies.
movieService() - Method in class com.jakewharton.trakt.ServiceManager
 
MovieService - Class in com.jakewharton.trakt.services
 
MovieService() - Constructor for class com.jakewharton.trakt.services.MovieService
 
MovieService.CancelWatchingBuilder - Class in com.jakewharton.trakt.services
 
MovieService.LibraryBuilder - Class in com.jakewharton.trakt.services
 
MovieService.ScrobbleBuilder - Class in com.jakewharton.trakt.services
 
MovieService.SeenBuilder - Class in com.jakewharton.trakt.services
 
MovieService.ShoutsBuilder - Class in com.jakewharton.trakt.services
 
MovieService.SummaryBuilder - Class in com.jakewharton.trakt.services
 
MovieService.TrendingBuilder - Class in com.jakewharton.trakt.services
 
MovieService.UnlibraryBuilder - Class in com.jakewharton.trakt.services
 
MovieService.UnseenBuilder - Class in com.jakewharton.trakt.services
 
MovieService.UnwatchlistBuilder - Class in com.jakewharton.trakt.services
 
MovieService.WatchingBuilder - Class in com.jakewharton.trakt.services
 
MovieService.WatchingNowBuilder - Class in com.jakewharton.trakt.services
 
MovieService.WatchlistBuilder - Class in com.jakewharton.trakt.services
 

N

NO_OPTIONS - Static variable in class com.jakewharton.trakt.util.Base64
The Constant NO_OPTIONS.

O

ORDERED - Static variable in class com.jakewharton.trakt.util.Base64
The Constant ORDERED.

P

parameter(String, Date) - Method in class com.jakewharton.trakt.TraktApiBuilder
Add a URL parameter value.
parameter(String, K) - Method in class com.jakewharton.trakt.TraktApiBuilder
Add a URL parameter value.
parameter(String, List<K>) - Method in class com.jakewharton.trakt.TraktApiBuilder
Add a URL parameter value.
password(String) - Method in class com.jakewharton.trakt.services.AccountService.CreateBuilder
SHA1 hash of password.
people(String) - Method in class com.jakewharton.trakt.services.SearchService
Search for people including actors, directors, producers, and writers.
performValidation() - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.RateService.MovieBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.RateService.ShowBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
 
performValidation() - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
 
performValidation() - Method in class com.jakewharton.trakt.TraktApiBuilder
Perform any required validation before firing off the request.
Person - Class in com.jakewharton.trakt.entities
 
Person() - Constructor for class com.jakewharton.trakt.entities.Person
 
post(String, String) - Method in class com.jakewharton.trakt.TraktApiService
Execute request using HTTP POST.
postFireCallback(T) - Method in class com.jakewharton.trakt.TraktApiBuilder
Perform any required actions before returning the request result.
postParameter(String, String) - Method in class com.jakewharton.trakt.TraktApiBuilder
 
postParameter(String, int) - Method in class com.jakewharton.trakt.TraktApiBuilder
 
postParameter(String, K) - Method in class com.jakewharton.trakt.TraktApiBuilder
 
postParameter(String, JsonElement) - Method in class com.jakewharton.trakt.TraktApiBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.LibraryBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.SeenBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.UnlibraryBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.UnseenBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.UnwatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.MovieService.WatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.UnwatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.services.ShowService.WatchlistBuilder
 
preFireCallback() - Method in class com.jakewharton.trakt.TraktApiBuilder
Perform any required actions before validating the request.
premieres() - Method in class com.jakewharton.trakt.services.CalendarService
Returns all shows premiering during the time period specified.
print() - Method in class com.jakewharton.trakt.TraktApiBuilder
Print the HTTP request that would be made
profile(String) - Method in class com.jakewharton.trakt.services.UserService
Returns profile information for a user.
progress(int) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
Percent progress (0-100).
progress(int) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
Percent progress (0-100).
progress(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Percent progress (0-100).
progress(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Percent progress (0-100).

Q

query(String) - Method in class com.jakewharton.trakt.services.ShowService.WatchingNowBuilder
Either the slug (i.e.

R

rateService() - Method in class com.jakewharton.trakt.ServiceManager
 
RateService - Class in com.jakewharton.trakt.services
 
RateService() - Constructor for class com.jakewharton.trakt.services.RateService
 
RateService.EpisodeBuilder - Class in com.jakewharton.trakt.services
 
RateService.MovieBuilder - Class in com.jakewharton.trakt.services
 
RateService.ShowBuilder - Class in com.jakewharton.trakt.services
 
Rating - Enum in com.jakewharton.trakt.enumerations
 
rating(Rating) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
rating(Rating) - Method in class com.jakewharton.trakt.services.RateService.MovieBuilder
 
rating(Rating) - Method in class com.jakewharton.trakt.services.RateService.ShowBuilder
 
RatingResponse - Class in com.jakewharton.trakt.entities
 
RatingResponse() - Constructor for class com.jakewharton.trakt.entities.RatingResponse
 
Ratings - Class in com.jakewharton.trakt.entities
 
Ratings() - Constructor for class com.jakewharton.trakt.entities.Ratings
 
RatingType - Enum in com.jakewharton.trakt.enumerations
 
read() - Method in class com.jakewharton.trakt.util.Base64.InputStream
 
read(byte[], int, int) - Method in class com.jakewharton.trakt.util.Base64.InputStream
 
recommendationsService() - Method in class com.jakewharton.trakt.ServiceManager
 
RecommendationsService - Class in com.jakewharton.trakt.services
 
RecommendationsService() - Constructor for class com.jakewharton.trakt.services.RecommendationsService
 
RecommendationsService.DismissMovieBuilder - Class in com.jakewharton.trakt.services
 
RecommendationsService.DismissShowBuilder - Class in com.jakewharton.trakt.services
 
RecommendationsService.MoviesBuilder - Class in com.jakewharton.trakt.services
 
RecommendationsService.ShowsBuilder - Class in com.jakewharton.trakt.services
 
requests() - Method in class com.jakewharton.trakt.services.FriendsService
Get a list of all friends requests including the timestamp when the friend request was made.
Response - Class in com.jakewharton.trakt.entities
 
Response() - Constructor for class com.jakewharton.trakt.entities.Response
 
resumeEncoding() - Method in class com.jakewharton.trakt.util.Base64.OutputStream
Resume encoding.

S

scrobble(String) - Method in class com.jakewharton.trakt.services.MovieService
Notify Trakt that a user has finsihed watching a movie.
scrobble(int) - Method in class com.jakewharton.trakt.services.MovieService
Notify Trakt that a user has finsihed watching a movie.
scrobble(String, int) - Method in class com.jakewharton.trakt.services.MovieService
Notify Trakt that a user has finsihed watching a movie.
scrobble(String) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has finished watching a show.
scrobble(int) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has finished watching a show.
scrobble(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has finished watching a show.
searchService() - Method in class com.jakewharton.trakt.ServiceManager
 
SearchService - Class in com.jakewharton.trakt.services
 
SearchService() - Constructor for class com.jakewharton.trakt.services.SearchService
 
SearchService.EpisodesBuilder - Class in com.jakewharton.trakt.services
 
SearchService.MoviesBuilder - Class in com.jakewharton.trakt.services
 
SearchService.PeopleBuilder - Class in com.jakewharton.trakt.services
 
SearchService.ShowsBuilder - Class in com.jakewharton.trakt.services
 
SearchService.UsersBuilder - Class in com.jakewharton.trakt.services
 
season(int) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
season(int) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show season.
season(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeShoutsBuilder
Set episode season.
season(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSummaryBuilder
Show season.
season(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchingNowBuilder
The season number.
season(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Show season.
season(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Returns detailed episode info for a specific season of a show.
season(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Show season.
seasons(String) - Method in class com.jakewharton.trakt.services.ShowService
Returns basic season info for a show.
seen() - Method in class com.jakewharton.trakt.services.MovieService
Add movies watched outside of Trakt to your library.
ServiceManager - Class in com.jakewharton.trakt
Class to manage service creation with default settings.
ServiceManager() - Constructor for class com.jakewharton.trakt.ServiceManager
Create a new manager instance.
setApiKey(String) - Method in class com.jakewharton.trakt.ServiceManager
Set default API key.
setApiKey(String) - Method in class com.jakewharton.trakt.TraktApiService
Set API key to use for client authentication by Trakt.
setAuthentication(String, String) - Method in class com.jakewharton.trakt.ServiceManager
Set default authentication credentials.
setAuthentication(String, String) - Method in class com.jakewharton.trakt.TraktApiService
Set email and password to use for HTTP basic authentication.
setConnectionTimeout(int) - Method in class com.jakewharton.trakt.ServiceManager
Set default connection timeout.
setDebugInfo(String, String, String) - Method in class com.jakewharton.trakt.ServiceManager
Set default debug information when using a developer method.
setMediaCenterDate(String) - Method in class com.jakewharton.trakt.TraktApiService
Set the media center build date debug string.
setMediaCenterVersion(String) - Method in class com.jakewharton.trakt.TraktApiService
Set the media center version debug string.
setPluginVersion(String) - Method in class com.jakewharton.trakt.TraktApiService
Set the plugin version debug string.
setReadTimeout(int) - Method in class com.jakewharton.trakt.ServiceManager
Set default read timeout.
setUseSsl(boolean) - Method in class com.jakewharton.trakt.ServiceManager
Set whether or not to use SSL API endpoint.
setUseSsl(boolean) - Method in class com.jakewharton.trakt.TraktApiService
Set whether or not to use the SSL API endpoint.
Shout - Class in com.jakewharton.trakt.entities
 
Shout() - Constructor for class com.jakewharton.trakt.entities.Shout
 
shout(String) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Text for the shout.
shout(String) - Method in class com.jakewharton.trakt.services.ShoutService.MovieBuilder
Text for the shout.
shout(String) - Method in class com.jakewharton.trakt.services.ShoutService.ShowBuilder
Text for the shout.
shouts(String) - Method in class com.jakewharton.trakt.services.MovieService
Returns all shouts for a movie.
shouts(int) - Method in class com.jakewharton.trakt.services.MovieService
Returns all shouts for a movie.
shouts(String) - Method in class com.jakewharton.trakt.services.ShowService
Returns all shouts for a show.
shouts(int) - Method in class com.jakewharton.trakt.services.ShowService
Returns all shouts for a show.
shoutService() - Method in class com.jakewharton.trakt.ServiceManager
 
ShoutService - Class in com.jakewharton.trakt.services
 
ShoutService() - Constructor for class com.jakewharton.trakt.services.ShoutService
 
ShoutService.EpisodeBuilder - Class in com.jakewharton.trakt.services
 
ShoutService.MovieBuilder - Class in com.jakewharton.trakt.services
 
ShoutService.ShowBuilder - Class in com.jakewharton.trakt.services
 
show(int) - Method in class com.jakewharton.trakt.services.RateService
Rate a show on Trakt.
show(String, int) - Method in class com.jakewharton.trakt.services.RateService
Rate a show on Trakt.
show(String) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a show on trakt.
show(int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a show on trakt.
show(String, int) - Method in class com.jakewharton.trakt.services.ShoutService
Add a shout to a show on trakt.
shows() - Method in class com.jakewharton.trakt.services.CalendarService
Returns all shows airing during the time period specified.
shows() - Method in class com.jakewharton.trakt.services.GenreService
 
shows() - Method in class com.jakewharton.trakt.services.RecommendationsService
Get a list of show recommendations created from your watching history and your friends.
shows(String) - Method in class com.jakewharton.trakt.services.SearchService
Search for TV shows.
showService() - Method in class com.jakewharton.trakt.ServiceManager
 
ShowService - Class in com.jakewharton.trakt.services
 
ShowService() - Constructor for class com.jakewharton.trakt.services.ShowService
 
ShowService.CancelWatchingBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeLibraryBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeSeenBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeShoutsBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeSummaryBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeUnlibraryBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeUnseenBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeUnwatchlistBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeWatchingNowBuilder - Class in com.jakewharton.trakt.services
 
ShowService.EpisodeWatchlistBuilder - Class in com.jakewharton.trakt.services
 
ShowService.ScrobbleBuilder - Class in com.jakewharton.trakt.services
 
ShowService.SeasonBuilder - Class in com.jakewharton.trakt.services
 
ShowService.SeasonsBuilder - Class in com.jakewharton.trakt.services
 
ShowService.ShoutsBuilder - Class in com.jakewharton.trakt.services
 
ShowService.SummaryBuilder - Class in com.jakewharton.trakt.services
 
ShowService.TrendingBuilder - Class in com.jakewharton.trakt.services
 
ShowService.UnlibraryBuilder - Class in com.jakewharton.trakt.services
 
ShowService.UnwatchlistBuilder - Class in com.jakewharton.trakt.services
 
ShowService.WatchingBuilder - Class in com.jakewharton.trakt.services
 
ShowService.WatchingNowBuilder - Class in com.jakewharton.trakt.services
 
ShowService.WatchlistBuilder - Class in com.jakewharton.trakt.services
 
startYear(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.MoviesBuilder
4 digit year to filter movies released in this year or later.
startYear(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.ShowsBuilder
4 digit year to filter shows premiering in this year or later.
summary(String) - Method in class com.jakewharton.trakt.services.MovieService
Returns information for a movie including ratings and top watchers.
summary(String) - Method in class com.jakewharton.trakt.services.ShowService
Returns information for a TV show including ratings, top watchers, and most watched episodes.
suspendEncoding() - Method in class com.jakewharton.trakt.util.Base64.OutputStream
Suspend encoding.

T

test() - Method in class com.jakewharton.trakt.services.AccountService
Test trakt credentials.
Test - Class in <Unnamed>
 
Test() - Constructor for class Test
 
title(String) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
Movie title.
title(String) - Method in class com.jakewharton.trakt.services.MovieService.ShoutsBuilder
Set show title or IMDB ID.
title(int) - Method in class com.jakewharton.trakt.services.MovieService.ShoutsBuilder
Set show TMDB ID.
title(String) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
Movie title.
title(String) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
title(String) - Method in class com.jakewharton.trakt.services.RateService.MovieBuilder
 
title(String) - Method in class com.jakewharton.trakt.services.RateService.ShowBuilder
 
title(String) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissMovieBuilder
Movie title.
title(String) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissShowBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShoutService.MovieBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShoutService.ShowBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeShoutsBuilder
Set show title or IMDB ID.
title(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeShoutsBuilder
Set show TMDB ID.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSummaryBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchingNowBuilder
Either the slug (i.e.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
Show title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Movie title.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.ShoutsBuilder
Set show title.
title(int) - Method in class com.jakewharton.trakt.services.ShowService.ShoutsBuilder
Set show TVDB ID
title(String) - Method in class com.jakewharton.trakt.services.ShowService.SummaryBuilder
Either the slug (i.e.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.UnlibraryBuilder
Movie title.
title(String, int) - Method in class com.jakewharton.trakt.services.ShowService.UnwatchlistBuilder
Add a show to be removed.
title(String) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Movie title.
title(String, int) - Method in class com.jakewharton.trakt.services.ShowService.WatchlistBuilder
Add a show to be added.
tmdbId(int) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
TMDB (themoviedb.org) ID for the movie.
tmdbId(int) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
TMDB (themoviedb.org) ID for the movie.
tmdbId(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissMovieBuilder
TMDB (themoviedb.org) ID for the movie.
tmdbId(int) - Method in class com.jakewharton.trakt.services.ShoutService.MovieBuilder
Show TMDB ID.
toString() - Method in enum com.jakewharton.trakt.enumerations.DayOfTheWeek
 
toString() - Method in enum com.jakewharton.trakt.enumerations.Gender
 
toString() - Method in enum com.jakewharton.trakt.enumerations.MediaType
 
toString() - Method in enum com.jakewharton.trakt.enumerations.Rating
 
toString() - Method in enum com.jakewharton.trakt.enumerations.RatingType
 
TraktApiBuilder<T> - Class in com.jakewharton.trakt
Trakt-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
TraktApiBuilder(TraktApiService, TypeToken<T>, String) - Constructor for class com.jakewharton.trakt.TraktApiBuilder
Initialize a new builder for an HTTP GET call.
TraktApiBuilder(TraktApiService, TypeToken<T>, String, TraktApiBuilder.HttpMethod) - Constructor for class com.jakewharton.trakt.TraktApiBuilder
Initialize a new builder for the specified HTTP method call.
TraktApiBuilder.HttpMethod - Enum in com.jakewharton.trakt
Valid HTTP request methods.
TraktApiService - Class in com.jakewharton.trakt
Trakt-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
TraktApiService() - Constructor for class com.jakewharton.trakt.TraktApiService
Create a new Trakt service with our proper default values.
TraktEntity - Interface in com.jakewharton.trakt
Local representation of a server-side Trakt object which can be de-serialized from JSON.
TraktEnumeration - Interface in com.jakewharton.trakt
Interface which allows for central unification of the type heirarchy of all Trakt-specific enumerations.
TraktException - Exception in com.jakewharton.trakt
 
TraktException(String, ApiException) - Constructor for exception com.jakewharton.trakt.TraktException
 
TraktException(String, JsonObject, ApiException) - Constructor for exception com.jakewharton.trakt.TraktException
 
TraktException(String, JsonObject, ApiException, Response) - Constructor for exception com.jakewharton.trakt.TraktException
 
trending() - Method in class com.jakewharton.trakt.services.MovieService
Returns all movies being watched right now.
trending() - Method in class com.jakewharton.trakt.services.ShowService
Returns all shows being watched right now.
tvdbId(int) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
tvdbId(int) - Method in class com.jakewharton.trakt.services.RateService.ShowBuilder
 
tvdbId(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissShowBuilder
TVDB ID for the show.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShoutService.ShowBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSummaryBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
Show TVDB ID.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
TVDB ID for the show.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.UnlibraryBuilder
TVDB ID for the show.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.UnwatchlistBuilder
Add a show to be removed.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
TVDB ID for the show.
tvdbId(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchlistBuilder
Add a show to be added.
TvShow - Class in com.jakewharton.trakt.entities
 
TvShow() - Constructor for class com.jakewharton.trakt.entities.TvShow
 
TvShowEpisode - Class in com.jakewharton.trakt.entities
 
TvShowEpisode() - Constructor for class com.jakewharton.trakt.entities.TvShowEpisode
 
TvShowSeason - Class in com.jakewharton.trakt.entities
 
TvShowSeason() - Constructor for class com.jakewharton.trakt.entities.TvShowSeason
 
TvShowSeason.Episodes - Class in com.jakewharton.trakt.entities
 
TvShowSeason.Episodes() - Constructor for class com.jakewharton.trakt.entities.TvShowSeason.Episodes
 

U

unlibrary() - Method in class com.jakewharton.trakt.services.MovieService
Remove movies from your library collection.
unlibrary(String) - Method in class com.jakewharton.trakt.services.ShowService
Remove an entire show (including all episodes) from your library collection.
unlibrary(int) - Method in class com.jakewharton.trakt.services.ShowService
Remove an entire show (including all episodes) from your library collection.
unlibrary(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Remove an entire show (including all episodes) from your library collection.
unmarshall(TypeToken<T>, JsonElement) - Method in class com.jakewharton.trakt.TraktApiService
Use GSON to deserialize a JSON object to a native class representation.
unmarshall(TypeToken<T>, String) - Method in class com.jakewharton.trakt.TraktApiService
Use GSON to deserialize a JSON string to a native class representation.
unmarshall(InputStream) - Method in class com.jakewharton.trakt.TraktApiService
Read the entirety of an input stream and parse to a JSON object.
unseen() - Method in class com.jakewharton.trakt.services.MovieService
Remove movies watched outside of Trakt from your library.
unwatchlist() - Method in class com.jakewharton.trakt.services.MovieService
Remove one or more movies from your watchlist.
unwatchlist() - Method in class com.jakewharton.trakt.services.ShowService
Remove one or more shows from your watchlist.
URL_SAFE - Static variable in class com.jakewharton.trakt.util.Base64
The Constant URL_SAFE.
username(String) - Method in class com.jakewharton.trakt.services.AccountService.CreateBuilder
Username to register.
UserProfile - Class in com.jakewharton.trakt.entities
 
UserProfile() - Constructor for class com.jakewharton.trakt.entities.UserProfile
 
UserProfile.Stats - Class in com.jakewharton.trakt.entities
 
UserProfile.Stats() - Constructor for class com.jakewharton.trakt.entities.UserProfile.Stats
 
UserProfile.Stats.Episodes - Class in com.jakewharton.trakt.entities
 
UserProfile.Stats.Episodes() - Constructor for class com.jakewharton.trakt.entities.UserProfile.Stats.Episodes
 
UserProfile.Stats.Movies - Class in com.jakewharton.trakt.entities
 
UserProfile.Stats.Movies() - Constructor for class com.jakewharton.trakt.entities.UserProfile.Stats.Movies
 
UserProfile.Stats.Shows - Class in com.jakewharton.trakt.entities
 
UserProfile.Stats.Shows() - Constructor for class com.jakewharton.trakt.entities.UserProfile.Stats.Shows
 
users(String) - Method in class com.jakewharton.trakt.services.SearchService
Search for Trakt users.
userService() - Method in class com.jakewharton.trakt.ServiceManager
 
UserService - Class in com.jakewharton.trakt.services
 
UserService() - Constructor for class com.jakewharton.trakt.services.UserService
 
UserService.CalendarShowsBuilder - Class in com.jakewharton.trakt.services
 
UserService.FriendsBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryMoviesAllBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryMoviesCollectionBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryMoviesHatedBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryMoviesLovedBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryShowsAllBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryShowsCollectionBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryShowsHatedBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryShowsLovedBuilder - Class in com.jakewharton.trakt.services
 
UserService.LibraryShowsWatchedBuilder - Class in com.jakewharton.trakt.services
 
UserService.ProfileBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchedBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchedEpisodesBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchedMoviesBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchingBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchlistEpisodesBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchlistMoviesBuilder - Class in com.jakewharton.trakt.services
 
UserService.WatchlistShowsBuilder - Class in com.jakewharton.trakt.services
 

V

valueOf(String) - Static method in enum com.jakewharton.trakt.enumerations.DayOfTheWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.trakt.enumerations.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.trakt.enumerations.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.trakt.enumerations.Rating
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.trakt.enumerations.RatingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jakewharton.trakt.TraktApiBuilder.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jakewharton.trakt.enumerations.DayOfTheWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.trakt.enumerations.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.trakt.enumerations.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.trakt.enumerations.Rating
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.trakt.enumerations.RatingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jakewharton.trakt.TraktApiBuilder.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

watched(String) - Method in class com.jakewharton.trakt.services.UserService
Returns the last 100 TV show episodes and movies a user has watched using Trakt.
watchedEpisodes(String) - Method in class com.jakewharton.trakt.services.UserService
Returns the last 100 TV show episodes a user has watched using Trakt.
WatchedMediaEntity - Class in com.jakewharton.trakt.entities
 
WatchedMediaEntity() - Constructor for class com.jakewharton.trakt.entities.WatchedMediaEntity
 
watchedMovies(String) - Method in class com.jakewharton.trakt.services.UserService
Returns the last 100 movies a user has watched using Trakt.
watching(String) - Method in class com.jakewharton.trakt.services.MovieService
Notify trakt that a user has started watching a movie.
watching(int) - Method in class com.jakewharton.trakt.services.MovieService
Notify trakt that a user has started watching a movie.
watching(String, int) - Method in class com.jakewharton.trakt.services.MovieService
Notify trakt that a user has started watching a movie.
watching(String) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has started watching a show.
watching(int) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has started watching a show.
watching(String, int) - Method in class com.jakewharton.trakt.services.ShowService
Notify Trakt that a user has started watching a show.
watching(String) - Method in class com.jakewharton.trakt.services.UserService
Returns the TV show episode or movie a user is currently watching.
watchingNow(String) - Method in class com.jakewharton.trakt.services.MovieService
Returns a array of all users watching a movie.
watchingNow(String) - Method in class com.jakewharton.trakt.services.ShowService
Returns a array of all users watching a show.
watchlist() - Method in class com.jakewharton.trakt.services.MovieService
Add one or more movies to your watchlist.
watchlist() - Method in class com.jakewharton.trakt.services.ShowService
Add one or more shows to your watchlist.
watchlistEpisodes(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all episodes in a user's watchlist.
watchlistMovies(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all movies in a user's watchlist.
watchlistShows(String) - Method in class com.jakewharton.trakt.services.UserService
Returns all shows in a user's watchlist.
write(int) - Method in class com.jakewharton.trakt.util.Base64.OutputStream
 
write(byte[], int, int) - Method in class com.jakewharton.trakt.util.Base64.OutputStream
 

Y

year(int) - Method in class com.jakewharton.trakt.services.MovieService.ScrobbleBuilder
Movie year.
year(int) - Method in class com.jakewharton.trakt.services.MovieService.WatchingBuilder
Movie year.
year(int) - Method in class com.jakewharton.trakt.services.RateService.EpisodeBuilder
 
year(int) - Method in class com.jakewharton.trakt.services.RateService.MovieBuilder
 
year(int) - Method in class com.jakewharton.trakt.services.RateService.ShowBuilder
 
year(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissMovieBuilder
Movie year.
year(int) - Method in class com.jakewharton.trakt.services.RecommendationsService.DismissShowBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShoutService.EpisodeBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShoutService.MovieBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShoutService.ShowBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeLibraryBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeSeenBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnlibraryBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnseenBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeUnwatchlistBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.EpisodeWatchlistBuilder
Show year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.ScrobbleBuilder
Movie year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.UnlibraryBuilder
Movie year.
year(int) - Method in class com.jakewharton.trakt.services.ShowService.WatchingBuilder
Movie year.

A B C D E F G H I L M N O P Q R S T U V W Y

Copyright © 2011 Jake Wharton. All Rights Reserved.