Package com.amilesend.tmdb.client.api
Class TvSeriesApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.TvSeriesApi
TMDB TV Series API.
-
Constructor Summary
ConstructorsConstructorDescriptionTvSeriesApi
(com.amilesend.client.connection.Connection connection) Creates a newTvSeriesApi
object. -
Method Summary
Modifier and TypeMethodDescriptionaddRating
(@NonNull AddRatingRequest request) Adds a rating for the TV series.deleteRating
(@NonNull DeleteRatingRequest request) Deletes a rating for a TV series.getAccountStates
(@NonNull GetAccountStatesRequest request) Gets the associated account states for a TV series.getAggregateCredits
(@NonNull GetAggregateCreditsRequest request) Gets the associated credits for a TV series.getAlternativeTitles
(@NonNull GetAlternativeTitlesRequest request) Gets the list of alternative titles for a TV series.getChanges
(@NonNull GetChangesRequest request) Gets the changes for a TV series.getContentRatings
(@NonNull GetContentRatingsRequest request) Gets the content ratings for a TV series.getCredits
(@NonNull GetCreditsRequest request) Gets the credits for a TV series.getEpisodesGroups
(@NonNull GetEpisodeGroupsRequest request) Gets the episode groups for a TV series.getExternalIds
(@NonNull GetExternalIdsRequest request) Gets the external identifiers for a TV series.getImages
(@NonNull GetImagesRequest request) Gets the images associated with a TV series.getKeywords
(@NonNull GetKeywordsRequest request) Gets the keywords associated with a TV series.Gets the latest TV series details.getLists
(@NonNull GetListsRequest request) Gets the lists for a TV series.getRecommendations
(@NonNull GetRecommendationsRequest request) Gets the list of recommendations associated with a TV series.getReviews
(@NonNull GetReviewsRequest request) Gets the reviews for a TV series.getScreenedTheatrically
(@NonNull GetScreenedTheatricallyRequest request) Gets the list of TV series episodes that were screened theatrically for a TV series.getSeriesDetails
(@NonNull GetSeriesDetailsRequest request) Gets the details for a TV seriesgetSimilar
(@NonNull GetSimilarRequest request) Gets a list of TV series that are similar to the given TV series.getTranslations
(@NonNull GetTranslationsRequest request) Gets a list of translations for a TV series.getVideos
(@NonNull GetVideosRequest request) Gets a list of related videos for a TV series.getWatchProviders
(@NonNull GetWatchProvidersRequest request) Gets the list of streaming providers for a TV series.Methods inherited from class com.amilesend.tmdb.client.api.ApiBase
getConnection
-
Constructor Details
-
TvSeriesApi
public TvSeriesApi(com.amilesend.client.connection.Connection connection) Creates a newTvSeriesApi
object.- Parameters:
connection
- the connection
-
-
Method Details
-
getSeriesDetails
Gets the details for a TV series- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getAccountStates
Gets the associated account states for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getAggregateCredits
Gets the associated credits for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getAlternativeTitles
public GetAlternativeTitlesResponse getAlternativeTitles(@NonNull GetAlternativeTitlesRequest request) Gets the list of alternative titles for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getChanges
Gets the changes for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getContentRatings
Gets the content ratings for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getCredits
Gets the credits for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getEpisodesGroups
Gets the episode groups for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getExternalIds
Gets the external identifiers for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getImages
Gets the images associated with a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getKeywords
Gets the keywords associated with a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getLatest
Gets the latest TV series details.- Returns:
- the response
- See Also:
-
getLists
Gets the lists for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getRecommendations
Gets the list of recommendations associated with a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getReviews
Gets the reviews for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getScreenedTheatrically
public GetScreenedTheatricallyResponse getScreenedTheatrically(@NonNull GetScreenedTheatricallyRequest request) Gets the list of TV series episodes that were screened theatrically for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getSimilar
Gets a list of TV series that are similar to the given TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getTranslations
Gets a list of translations for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getVideos
Gets a list of related videos for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getWatchProviders
Gets the list of streaming providers for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
addRating
Adds a rating for the TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
deleteRating
Deletes a rating for a TV series.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-