| Package | Description |
|---|---|
| xyz.nickr.jomdb | |
| xyz.nickr.jomdb.model |
| Modifier and Type | Method and Description |
|---|---|
SeasonResult |
JavaOMDB.seasonById(String imdbId,
String season)
Gets a season by title's IMDB ID and season number.
|
SeasonResult |
JavaOMDB.seasonByName(String title,
String season)
Gets a season by title name and season number.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SeasonResult> |
TitleResult.iterator() |
Spliterator<SeasonResult> |
TitleResult.spliterator() |
java.util.stream.Stream<SeasonResult> |
TitleResult.stream()
Gets the seasons of this title as a stream.
|
Copyright © 2017. All rights reserved.