- search(String) - Method in class xyz.nickr.jomdb.JavaOMDB
-
Searches for titles with specified text.
- SearchResult - Class in xyz.nickr.jomdb.model
-
- SearchResult(JSONObject) - Constructor for class xyz.nickr.jomdb.model.SearchResult
-
- SearchResults - Class in xyz.nickr.jomdb.model
-
Represents the results of a search.
- SearchResults(JavaOMDB, Map<String, String>, JSONObject) - Constructor for class xyz.nickr.jomdb.model.SearchResults
-
- SearchResultsPage - Class in xyz.nickr.jomdb.model
-
- SearchResultsPage(SearchResults, int, JSONObject) - Constructor for class xyz.nickr.jomdb.model.SearchResultsPage
-
- seasonById(String, String) - Method in class xyz.nickr.jomdb.JavaOMDB
-
Gets a season by title's IMDB ID and season number.
- seasonByName(String, String) - Method in class xyz.nickr.jomdb.JavaOMDB
-
Gets a season by title name and season number.
- SeasonEpisodeResult - Class in xyz.nickr.jomdb.model
-
Represents an episode of a season.
- SeasonEpisodeResult(JavaOMDB, JSONObject) - Constructor for class xyz.nickr.jomdb.model.SeasonEpisodeResult
-
- SeasonResult - Class in xyz.nickr.jomdb.model
-
Represents a season of a title.
- SeasonResult(JavaOMDB, JSONObject) - Constructor for class xyz.nickr.jomdb.model.SeasonResult
-
- size() - Method in class xyz.nickr.jomdb.model.SearchResultsPage
-
- spliterator() - Method in class xyz.nickr.jomdb.model.SearchResults
-
- spliterator() - Method in class xyz.nickr.jomdb.model.SearchResultsPage
-
- spliterator() - Method in class xyz.nickr.jomdb.model.SeasonResult
-
- spliterator() - Method in class xyz.nickr.jomdb.model.TitleResult
-
- stream() - Method in class xyz.nickr.jomdb.model.SearchResults
-
Gets the pages as a stream.
- stream() - Method in class xyz.nickr.jomdb.model.SearchResultsPage
-
Gets the results on this page as a stream.
- stream() - Method in class xyz.nickr.jomdb.model.SeasonResult
-
Gets the episodes of this season as a stream.
- stream() - Method in class xyz.nickr.jomdb.model.TitleResult
-
Gets the seasons of this title as a stream.