Package com.amilesend.tmdb.client.api
Class TvSeasonsApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.TvSeasonsApi
TMDB TV Seasons API.
-
Constructor Summary
ConstructorsConstructorDescriptionTvSeasonsApi
(com.amilesend.client.connection.Connection connection) Creates a newTvSeasonsApi
object. -
Method Summary
Modifier and TypeMethodDescriptiongetAccountStates
(@NonNull GetAccountStatesRequest request) Gets the associated account states for a specific TV season.getAggregateCredits
(@NonNull GetAggregateCreditsRequest request) Gets the associated credits for a specific TV season.getChanges
(@NonNull GetChangesRequest request) Gets the changes for a specific TV season.getCredits
(@NonNull GetCreditsRequest request) Gets the credits for a specific TV episode.getExternalIds
(@NonNull GetExternalIdsRequest request) Gets the external identifiers for a specific TV season.getImages
(@NonNull GetImagesRequest request) Gets the image stills associated with a specific TV season.getSeasonDetails
(@NonNull GetSeasonDetailsRequest request) Gets the details for a specific TV season.getTranslations
(@NonNull GetTranslationsRequest request) Gets the translation information for a specific TV season.getWatchProviders
(@NonNull GetWatchProvidersRequest request) Gets the list of streaming providers for a movie.Methods inherited from class com.amilesend.tmdb.client.api.ApiBase
getConnection
-
Constructor Details
-
TvSeasonsApi
public TvSeasonsApi(com.amilesend.client.connection.Connection connection) Creates a newTvSeasonsApi
object.- Parameters:
connection
- the connection
-
-
Method Details
-
getSeasonDetails
Gets the details for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getAccountStates
Gets the associated account states for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getAggregateCredits
Gets the associated credits for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getChanges
Gets the changes for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getCredits
Gets the credits for a specific TV episode.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getExternalIds
Gets the external identifiers for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getImages
Gets the image stills associated with a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getTranslations
Gets the translation information for a specific TV season.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getWatchProviders
Gets the list of streaming providers for a movie.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-