| Package | Description |
|---|---|
| xyz.nickr.jomdb |
| Modifier and Type | Method and Description |
|---|---|
TitleResult |
JavaOMDB.titleById(String imdbId)
Gets a title by its IMDB ID, with a short plot.
|
TitleResult |
JavaOMDB.titleById(String imdbId,
boolean fullPlot)
Gets a title by its IMDB ID, optionally with a full plot.
|
TitleResult |
JavaOMDB.titleByName(String title)
Gets a title by its name, with a short plot.
|
TitleResult |
JavaOMDB.titleByName(String title,
boolean fullPlot)
Gets a title by its name, optionally with a full plot.
|
Copyright © 2017. All rights reserved.