public class TmdbChanges extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbChanges(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeListItem> |
getChangeList(MethodBase method,
Integer page,
String startDate,
String endDate)
Get a list of Media IDs that have been edited.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic ResultList<ChangeListItem> getChangeList(MethodBase method, Integer page, String startDate, String endDate) throws MovieDbException
method - The method base to getpage - startDate - the start date of the changes, optionalendDate - the end date of the changes, optionalMovieDbExceptionCopyright © 2012–2017. All rights reserved.