| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getEpisodeChanges(int episodeID,
String startDate,
String endDate)
Look up a TV episode's changes by episode ID
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie ID.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
|
ResultList<ChangeKeyItem> |
TheMovieDbApi.getTVChanges(int tvID,
String startDate,
String endDate)
Get the changes for a specific TV show id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeKeyItem> |
TmdbEpisodes.getEpisodeChanges(int episodeID,
String startDate,
String endDate)
Look up a TV episode's changes by episode ID
|
protected ResultList<ChangeKeyItem> |
AbstractMethod.getMediaChanges(int mediaID,
String startDate,
String endDate)
Look up the media's changes by ID
|
ResultList<ChangeKeyItem> |
TmdbMovies.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie ID.
|
ResultList<ChangeKeyItem> |
TmdbPeople.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
|
ResultList<ChangeKeyItem> |
TmdbSeasons.getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
|
ResultList<ChangeKeyItem> |
TmdbTV.getTVChanges(int tvID,
String startDate,
String endDate)
Get the changes for a specific TV show id.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeKeyItem> |
MovieInfo.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeKeyItem> |
PersonInfo.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeKeyItem> |
TVInfo.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeKeyItem> |
WrapperChanges.getChangedItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperChanges.setChangedItems(List<ChangeKeyItem> changes) |
Copyright © 2012–2017. All rights reserved.