Class ChangesApi
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
com.amilesend.tmdb.client.api.ChangesApi
TMDB Changes API.
-
Constructor Summary
ConstructorsConstructorDescriptionChangesApi(com.amilesend.client.connection.Connection connection) Creates a newChangesApiobject. -
Method Summary
Modifier and TypeMethodDescriptiongetMovieChanges(@NonNull GetMovieChangesRequest request) Gets the list of movie changes for the given request.getPersonChanges(@NonNull GetPersonChangesRequest request) Gets the list of person changes for the given request.getTvChanges(@NonNull GetTvChangesRequest request) Gets the list of TV show changes for the given request.Methods inherited from class ApiBase
getConnection
-
Constructor Details
-
ChangesApi
public ChangesApi(com.amilesend.client.connection.Connection connection) Creates a newChangesApiobject.- Parameters:
connection- the connection
-
-
Method Details
-
getMovieChanges
Gets the list of movie changes for the given request.- Parameters:
request- the request- Returns:
- the response containing the list of movie changes
- See Also:
-
getPersonChanges
Gets the list of person changes for the given request.- Parameters:
request- the request- Returns:
- the response containing the list of person changes
- See Also:
-
getTvChanges
Gets the list of TV show changes for the given request.- Parameters:
request- the request- Returns:
- the response containing the list of TV show changes
- See Also:
-