| Package | Description |
|---|---|
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.tools |
| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeListItem> |
TmdbChanges.getChangeList(MethodBase method,
Integer page,
String startDate,
String endDate)
Get a list of Media IDs that have been edited.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodBase |
MethodBase.fromString(String value)
Convert a string into an Enum type
|
static MethodBase |
MethodBase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodBase[] |
MethodBase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ApiUrl(String apiKey,
MethodBase method)
Constructor for the simple API URL method without a sub-method
|
Copyright © 2012–2017. All rights reserved.